Uses of Class
org.refcodes.cli.StringOperand
-
Uses of StringOperand in org.refcodes.cli
Methods in org.refcodes.cli that return StringOperandModifier and TypeMethodDescriptionstatic StringOperandCliSugar.stringOperand(String aAlias, String aDescription) Instantiates a newStringOperand.static StringOperandCliSugar.stringOperand(String aAlias, String aDescription, Consumer<StringOperand> aConsumer) Instantiates a newStringOperand.StringOperand.withVisible(boolean isVisible) Visibility in this context means displaying or hiding thisTerm's existence to the user (defaults totrue).Method parameters in org.refcodes.cli with type arguments of type StringOperandModifier and TypeMethodDescriptionstatic StringOperandCliSugar.stringOperand(String aAlias, String aDescription, Consumer<StringOperand> aConsumer) Instantiates a newStringOperand.Constructor parameters in org.refcodes.cli with type arguments of type StringOperandModifierConstructorDescriptionStringOperand(String aAlias, String aDescription, Consumer<StringOperand> aConsumer) Instantiates a newStringOperand.StringOperand(org.refcodes.struct.Relation<String, String> aProperty, Consumer<StringOperand> aConsumer) Instantiates a new {StringOperand Flag} with the alias being the proerty's key and the value being the property's value.