Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.runtime.deployment.preprocessor.install.Command

Packages that use Command
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
 java.util.List<Command> CommandProcessorImpl.getCommands()
           
 java.util.List<Command> CommandProcessor.getCommands()
          Gets the list of commands to execute when install() is called.
 

Uses of Command in org.nuxeo.runtime.deployment.preprocessor.install.commands
 

Classes in org.nuxeo.runtime.deployment.preprocessor.install.commands that implement Command
 class AppendCommand
           
 class CopyCommand
           
 class DeleteCommand
           
 class MkdirCommand
           
 class MkfileCommand
           
 class PropertyCommand
          Sets a property that is valid along the current preprocessing context.
 class UnzipCommand
           
 class ZipCommand
          Zip the content of a directory.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.