Class ZipCommand
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.ZipCommand
- All Implemented Interfaces:
Command
Zip the content of a directory.
A prefix may be specified.
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
ConstructorDescriptionZipCommand
(Path src, Path dst) ZipCommand
(Path src, Path dst, String prefix) ZipCommand
(Path src, Path dst, String prefix, PathFilter filter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
exec
(CommandContext ctx) toString()
toString
(CommandContext ctx)