Class CopyCommand
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.CopyCommand
- All Implemented Interfaces:
Command
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCopyCommand
(Path src, Path dst) Constructor for copy command.CopyCommand
(Path src, Path dst, PathFilter filter) CopyCommand
(Path src, Path dst, Path prefix, PathFilter filter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
exec
(CommandContext ctx) toString()
toString
(CommandContext ctx)
-
Field Details
-
src
-
dst
-
prefix
-
filter
-
-
Constructor Details
-
CopyCommand
Constructor for copy command.- Parameters:
src
- the path relative to the root container. The path will be made absolute if not alreadydst
- 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
-
CopyCommand
-
CopyCommand
-
-
Method Details