Package | Description |
---|---|
org.nuxeo.runtime.deployment.preprocessor | |
org.nuxeo.runtime.deployment.preprocessor.install | |
org.nuxeo.runtime.deployment.preprocessor.install.commands |
Modifier and Type | Field and Description |
---|---|
CommandContext |
ContainerDescriptor.context |
Modifier and Type | Method and Description |
---|---|
protected void |
DeploymentPreprocessor.initContextProperties(CommandContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
CommandContextImpl |
Modifier and Type | Method and Description |
---|---|
void |
CommandProcessorImpl.exec(CommandContext ctx) |
void |
CommandProcessor.exec(CommandContext ctx)
Execute commands.
|
void |
Command.exec(CommandContext ctx) |
String |
Command.toString(CommandContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ZipCommand.exec(CommandContext ctx) |
void |
UnzipCommand.exec(CommandContext ctx) |
void |
PropertyCommand.exec(CommandContext ctx) |
void |
MoveCommand.exec(CommandContext ctx) |
void |
MkfileCommand.exec(CommandContext ctx) |
void |
MkdirCommand.exec(CommandContext ctx) |
void |
DeleteCommand.exec(CommandContext ctx) |
void |
CopyCommand.exec(CommandContext ctx) |
void |
AppendCommand.exec(CommandContext ctx) |
String |
ZipCommand.toString(CommandContext ctx) |
String |
UnzipCommand.toString(CommandContext ctx) |
String |
PropertyCommand.toString(CommandContext ctx) |
String |
MoveCommand.toString(CommandContext ctx) |
String |
MkfileCommand.toString(CommandContext ctx) |
String |
MkdirCommand.toString(CommandContext ctx) |
String |
DeleteCommand.toString(CommandContext ctx) |
String |
CopyCommand.toString(CommandContext ctx) |
String |
AppendCommand.toString(CommandContext ctx) |
Copyright © 2018 Nuxeo. All rights reserved.