Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.ExecResult
Packages that use ExecResult
Package
Description
-
Uses of ExecResult in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals with parameters of type ExecResult -
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.api
Methods in org.nuxeo.ecm.platform.commandline.executor.api that return ExecResultModifier and TypeMethodDescriptionCommandLineExecutorService.execCommand
(String commandName, CmdParameters params) -
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.service
Methods in org.nuxeo.ecm.platform.commandline.executor.service that return ExecResultModifier and TypeMethodDescriptionCommandLineExecutorComponent.execCommand
(String commandName, CmdParameters params) -
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.service.executors
Methods in org.nuxeo.ecm.platform.commandline.executor.service.executors that return ExecResultModifier 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
Methods in org.nuxeo.ecm.platform.picture.magick.utils that return ExecResultModifier and TypeMethodDescriptionstatic ExecResult
ImageIdentifier.getIdentifyResult
(String inputFilePath) -
Uses of ExecResult in org.nuxeo.ecm.platform.threed.convert
Methods in org.nuxeo.ecm.platform.threed.convert that return ExecResultModifier and TypeMethodDescriptionstatic ExecResult
static ExecResult
DockerHelper.CreateContainer
(String name, String image) static ExecResult
DockerHelper.RemoveContainer
(String name)