Class Holder<T>

java.lang.Object
org.apache.camel.component.hdfs.Holder<T>

public final class Holder<T> extends Object
  • Constructor Details

    • Holder

      public Holder()
      Creates a new holder with a null value.
    • Holder

      public Holder(T value)
      Create a new holder with the specified value.
      Parameters:
      value - The value to be stored in the holder.
  • Method Details

    • getValue

      public T getValue()
    • setValue

      public void setValue(T value)