Uses of Class
org.refcodes.cli.FileProperty
-
Uses of FileProperty in org.refcodes.cli
Methods in org.refcodes.cli that return FilePropertyModifier and TypeMethodDescriptionstatic FilePropertyCliSugar.fileProperty(Character aShortOption, String aLongOption, String aDescription) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(String aLongOption, String aDescription) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(String aLongOption, String aAlias, String aDescription) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(String aLongOption, String aAlias, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(String aLongOption, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.FileProperty.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 FilePropertyModifier and TypeMethodDescriptionstatic FilePropertyCliSugar.fileProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(String aLongOption, String aAlias, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.static FilePropertyCliSugar.fileProperty(String aLongOption, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type FilePropertyModifierConstructorDescriptionFileProperty(Character aShortOption, String aLongOption, String aAlias, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.FileProperty(Character aShortOption, String aLongOption, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.FileProperty(String aLongOption, String aAlias, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.FileProperty(String aLongOption, String aDescription, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the given arguments.FileProperty(org.refcodes.struct.Relation<String, File> aProperty, Consumer<FileProperty> aConsumer) Instantiates a newFilePropertywith the alias being the proerty's key and the value being the property's value.