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