Uses of Interface
org.nuxeo.runtime.deployment.preprocessor.install.Command
-
Packages that use Command Package Description org.nuxeo.runtime.deployment.preprocessor.install org.nuxeo.runtime.deployment.preprocessor.install.commands -
-
Uses of Command in org.nuxeo.runtime.deployment.preprocessor.install
Methods in org.nuxeo.runtime.deployment.preprocessor.install that return types with arguments of type Command Modifier and Type Method Description List<Command>CommandProcessor. getCommands()Gets the list of commands to execute when install() is called.List<Command>CommandProcessorImpl. getCommands() -
Uses of Command in org.nuxeo.runtime.deployment.preprocessor.install.commands
Classes in org.nuxeo.runtime.deployment.preprocessor.install.commands that implement Command Modifier and Type Class Description classAppendCommandclassCopyCommandclassDeleteCommandclassMkdirCommandclassMkfileCommandclassMoveCommandclassPropertyCommandSets a property that is valid along the current preprocessing context.classUnzipCommandclassZipCommandZip the content of a directory.
-