Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 List<Command> CommandProcessorImpl.getCommands()
           
 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 MoveCommand
           
 class PropertyCommand
          Sets a property that is valid along the current preprocessing context.
 class UnzipCommand
           
 class ZipCommand
          Zip the content of a directory.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.