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
Fields -
Constructor Summary
ConstructorsConstructorDescriptionZipCommand(Path src, Path dst) ZipCommand(Path src, Path dst, String prefix) ZipCommand(Path src, Path dst, String prefix, PathFilter filter) -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CommandContext ctx) toString()toString(CommandContext ctx)