Class AppendCommand
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.AppendCommand
- All Implemented Interfaces:
Command
- Author:
- Bogdan Stefanescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final Pathprotected final FileNamePatternprotected final Path -
Constructor Summary
ConstructorsConstructorDescriptionAppendCommand(Path src, Path dst) AppendCommand(Path src, Path dst, boolean addNewLine, FileNamePattern pattern) -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(CommandContext ctx) toString()toString(CommandContext ctx)
-
Field Details
-
src
-
dst
-
addNewLine
protected final boolean addNewLine -
pattern
-
-
Constructor Details
-
AppendCommand
-
AppendCommand
-
-
Method Details