Uses of Interface
org.nuxeo.runtime.deployment.preprocessor.install.CommandContext
Package
Description
-
Uses of CommandContext in org.nuxeo.runtime.deployment.preprocessor
Modifier and TypeMethodDescriptionprotected void
DeploymentPreprocessor.initContextProperties
(CommandContext ctx) -
Uses of CommandContext in org.nuxeo.runtime.deployment.preprocessor.install
Modifier and TypeMethodDescriptionvoid
Command.exec
(CommandContext ctx) void
CommandProcessor.exec
(CommandContext ctx) Execute commands.void
CommandProcessorImpl.exec
(CommandContext ctx) Command.toString
(CommandContext ctx) -
Uses of CommandContext in org.nuxeo.runtime.deployment.preprocessor.install.commands
Modifier and TypeMethodDescriptionvoid
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) AppendCommand.toString
(CommandContext ctx) CopyCommand.toString
(CommandContext ctx) DeleteCommand.toString
(CommandContext ctx) MkdirCommand.toString
(CommandContext ctx) MkfileCommand.toString
(CommandContext ctx) MoveCommand.toString
(CommandContext ctx) PropertyCommand.toString
(CommandContext ctx) UnzipCommand.toString
(CommandContext ctx) ZipCommand.toString
(CommandContext ctx)