Uses of Interface
org.nuxeo.runtime.deployment.preprocessor.install.CommandContext
-
Packages that use CommandContext Package Description org.nuxeo.runtime.deployment.preprocessor org.nuxeo.runtime.deployment.preprocessor.install org.nuxeo.runtime.deployment.preprocessor.install.commands -
-
Uses of CommandContext in org.nuxeo.runtime.deployment.preprocessor
Fields in org.nuxeo.runtime.deployment.preprocessor declared as CommandContext Modifier and Type Field Description CommandContext
ContainerDescriptor. context
Methods in org.nuxeo.runtime.deployment.preprocessor with parameters of type CommandContext Modifier and Type Method Description protected void
DeploymentPreprocessor. initContextProperties(CommandContext ctx)
-
Uses of CommandContext in org.nuxeo.runtime.deployment.preprocessor.install
Classes in org.nuxeo.runtime.deployment.preprocessor.install that implement CommandContext Modifier and Type Class Description class
CommandContextImpl
Methods in org.nuxeo.runtime.deployment.preprocessor.install with parameters of type CommandContext Modifier and Type Method Description void
Command. exec(CommandContext ctx)
void
CommandProcessor. exec(CommandContext ctx)
Execute commands.void
CommandProcessorImpl. exec(CommandContext ctx)
String
Command. toString(CommandContext ctx)
-
Uses of CommandContext in org.nuxeo.runtime.deployment.preprocessor.install.commands
Methods in org.nuxeo.runtime.deployment.preprocessor.install.commands with parameters of type CommandContext Modifier and Type Method Description void
AppendCommand. exec(CommandContext ctx)
void
CopyCommand. exec(CommandContext ctx)
void
DeleteCommand. exec(CommandContext ctx)
void
MkdirCommand. exec(CommandContext ctx)
void
MkfileCommand. exec(CommandContext ctx)
void
MoveCommand. exec(CommandContext ctx)
void
PropertyCommand. exec(CommandContext ctx)
void
UnzipCommand. exec(CommandContext ctx)
void
ZipCommand. exec(CommandContext ctx)
String
AppendCommand. toString(CommandContext ctx)
String
CopyCommand. toString(CommandContext ctx)
String
DeleteCommand. toString(CommandContext ctx)
String
MkdirCommand. toString(CommandContext ctx)
String
MkfileCommand. toString(CommandContext ctx)
String
MoveCommand. toString(CommandContext ctx)
String
PropertyCommand. toString(CommandContext ctx)
String
UnzipCommand. toString(CommandContext ctx)
String
ZipCommand. toString(CommandContext ctx)
-