Class MoveCommand
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.MoveCommand
- All Implemented Interfaces:
- Command
- Author:
- Bogdan Stefanescu
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMoveCommand(Path src, Path dst) Constructor for copy command.MoveCommand(Path src, Path dst, PathFilter filter) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexec(CommandContext ctx) toString()toString(CommandContext ctx) 
- 
Field Details- 
src
- 
dst
- 
filter
 
- 
- 
Constructor Details- 
MoveCommandConstructor for copy command.- Parameters:
- src- the path relative to the root container. The path will be made absolute if not already
- dst- the path relative to teh root container of the destination. If it is ending with a slash '/' the destination path is treated as a directory
 
- 
MoveCommand
 
- 
- 
Method Details