Uses of Class
org.refcodes.cli.FileDirective
-
Uses of FileDirective in org.refcodes.cli
Methods in org.refcodes.cli that return FileDirectiveModifier and TypeMethodDescriptionstatic FileDirectiveCliSugar.fileDirective(String aOperation, String aDescription) Instantiates a newFileDirectivewith the given arguments.static FileDirectiveCliSugar.fileDirective(String aOperation, String aAlias, String aDescription) Instantiates a newFileDirectivewith the given arguments.static FileDirectiveCliSugar.fileDirective(String aOperation, String aAlias, String aDescription, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the given arguments.static FileDirectiveCliSugar.fileDirective(String aOperation, String aDescription, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the given arguments.FileDirective.withVisible(boolean isVisible) Method parameters in org.refcodes.cli with type arguments of type FileDirectiveModifier and TypeMethodDescriptionstatic FileDirectiveCliSugar.fileDirective(String aOperation, String aAlias, String aDescription, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the given arguments.static FileDirectiveCliSugar.fileDirective(String aOperation, String aDescription, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the given arguments.Constructor parameters in org.refcodes.cli with type arguments of type FileDirectiveModifierConstructorDescriptionFileDirective(String aOperation, String aAlias, String aDescription, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the given arguments.FileDirective(String aOperation, String aDescription, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the given arguments.FileDirective(org.refcodes.struct.Relation<String, File> aProperty, Consumer<FileDirective> aConsumer) Instantiates a newFileDirectivewith the alias being the proerty's key and the value being the property's value.