Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.ExecResult
Package
Description
-
Uses of ExecResult in org.nuxeo.binary.metadata.internals
-
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.api
Modifier and TypeMethodDescriptionCommandLineExecutorService.execCommand
(String commandName, CmdParameters params) -
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.service
Modifier and TypeMethodDescriptionCommandLineExecutorComponent.execCommand
(String commandName, CmdParameters params) -
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.service.executors
Modifier and TypeMethodDescriptionExecutor.exec
(CommandLineDescriptor cmdDesc, CmdParameters params, EnvironmentDescriptor env) No exception is thrown but the returnedExecResult
contains everything about the command execution, including an optional exception.ShellExecutor.exec
(CommandLineDescriptor cmdDesc, CmdParameters params, EnvironmentDescriptor env) protected ExecResult
ShellExecutor.exec1
(CommandLineDescriptor cmdDesc, CmdParameters params, EnvironmentDescriptor env) -
Uses of ExecResult in org.nuxeo.ecm.platform.picture.magick.utils
Modifier and TypeMethodDescriptionstatic ExecResult
ImageIdentifier.getIdentifyResult
(String inputFilePath) -
Uses of ExecResult in org.nuxeo.ecm.platform.threed.convert
Modifier and TypeMethodDescriptionstatic ExecResult
static ExecResult
DockerHelper.CreateContainer
(String name, String image) static ExecResult
DockerHelper.RemoveContainer
(String name)