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 CommandContextContainerDescriptor. contextMethods in org.nuxeo.runtime.deployment.preprocessor with parameters of type CommandContext Modifier and Type Method Description protected voidDeploymentPreprocessor. 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 classCommandContextImplMethods in org.nuxeo.runtime.deployment.preprocessor.install with parameters of type CommandContext Modifier and Type Method Description voidCommand. exec(CommandContext ctx)voidCommandProcessor. exec(CommandContext ctx)Execute commands.voidCommandProcessorImpl. exec(CommandContext ctx)StringCommand. 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 voidAppendCommand. exec(CommandContext ctx)voidCopyCommand. exec(CommandContext ctx)voidDeleteCommand. exec(CommandContext ctx)voidMkdirCommand. exec(CommandContext ctx)voidMkfileCommand. exec(CommandContext ctx)voidMoveCommand. exec(CommandContext ctx)voidPropertyCommand. exec(CommandContext ctx)voidUnzipCommand. exec(CommandContext ctx)voidZipCommand. exec(CommandContext ctx)StringAppendCommand. toString(CommandContext ctx)StringCopyCommand. toString(CommandContext ctx)StringDeleteCommand. toString(CommandContext ctx)StringMkdirCommand. toString(CommandContext ctx)StringMkfileCommand. toString(CommandContext ctx)StringMoveCommand. toString(CommandContext ctx)StringPropertyCommand. toString(CommandContext ctx)StringUnzipCommand. toString(CommandContext ctx)StringZipCommand. toString(CommandContext ctx)
-