Uses of Class
org.refcodes.cli.Flag
-
Uses of Flag in org.refcodes.cli
Subclasses of Flag in org.refcodes.cliModifier and TypeClassDescriptionclassA predefined cleanFlag: A predefinedFlaggives itsCleanFlag.SHORT_OPTION, itsCleanFlag.LONG_OPTIONas well as itsCleanFlag.ALIASan according semantics regarded by other subsystems.classA predefined daemonFlag: A predefinedFlaggives itsDaemonFlag.SHORT_OPTION, itsDaemonFlag.LONG_OPTIONas well as itsDaemonFlag.ALIASan according semantics regarded by other subsystems.classA predefined debugFlag: A predefinedFlaggives itsDebugFlag.SHORT_OPTION, itsDebugFlag.LONG_OPTIONas well as itsDebugFlag.ALIASan according semantics regarded by other subsystems.classA predefined forceFlag: A predefinedFlaggives itsForceFlag.SHORT_OPTION, itsForceFlag.LONG_OPTIONas well as itsForceFlag.ALIASan according semantics regarded by other subsystems.classA predefined helpFlag: A predefinedFlaggives itsHelpFlag.SHORT_OPTION, itsHelpFlag.LONG_OPTIONas well as itsHelpFlag.ALIASan according semantics regarded by other subsystems.classA predefined initFlag: A predefinedFlaggives itsInitFlag.SHORT_OPTION, itsInitFlag.LONG_OPTIONas well as itsInitFlag.ALIASan according semantics regarded by other subsystems.classA predefined "be quiet"Flag: A predefinedFlaggives itsQuietFlag.SHORT_OPTION, itsQuietFlag.LONG_OPTIONas well as itsQuietFlag.ALIASan according semantics regarded by other subsystems.classA predefined system informationFlag: A predefinedFlaggives itsSysInfoFlag.SHORT_OPTION, itsSysInfoFlag.LONG_OPTIONas well as itsSysInfoFlag.ALIASan according semantics regarded by other subsystems..classA predefined verboseFlag: A predefinedFlaggives itsVerboseFlag.SHORT_OPTION, itsVerboseFlag.LONG_OPTIONas well as itsVerboseFlag.ALIASan according semantics regarded by other subsystems.Methods in org.refcodes.cli that return FlagModifier and TypeMethodDescriptionstatic FlagInstantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.static FlagCliSugar.flag(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<Flag> aConsumer) Instantiates a newFlagwith the given arguments.static FlagCliSugar.flag(Character aShortOption, String aLongOption, String aDescription, Consumer<Flag> aConsumer) Instantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.Flag.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 FlagModifier and TypeMethodDescriptionstatic FlagCliSugar.flag(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<Flag> aConsumer) Instantiates a newFlagwith the given arguments.static FlagCliSugar.flag(Character aShortOption, String aLongOption, String aDescription, Consumer<Flag> aConsumer) Instantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.static FlagInstantiates a newFlagwith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type FlagModifierConstructorDescriptionFlag(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<Flag> aConsumer) Instantiates a newFlagwith the given arguments.Instantiates a newFlagwith the given arguments.Instantiates a newFlagwith the given arguments.Instantiates a newFlagwith the given arguments.Instantiates a newFlagwith the alias being the proerty's key and the value being the property's value.