Class XMLUtils.ResultHolder<T>

java.lang.Object
org.codice.ddf.platform.util.XMLUtils.ResultHolder<T>
Enclosing class:
XMLUtils

public static class XMLUtils.ResultHolder<T> extends Object
This class is used with the processElements method. Inside the function, set the value of the result holder. That value is then returned by the processElementsFunction.
  • Constructor Details

    • ResultHolder

      public ResultHolder()
  • Method Details

    • get

      public T get()
    • set

      public void set(T value)
    • isEmpty

      public boolean isEmpty()
    • setIfEmpty

      public void setIfEmpty(T value)