Package picocli

Class CommandLine.Model.FieldBinding

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T get()
      Returns the current value of the binding.
      <T> T set​(T value)
      Sets the new value of the option or positional parameter.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FieldBinding

        FieldBinding​(java.lang.Object scope,
                     java.lang.reflect.Field field)