Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.ExecResult
-
-
Uses of ExecResult in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals with parameters of type ExecResult Modifier and Type Method Description protected Map<String,Object>
ExifToolProcessor. returnResultMap(ExecResult er)
-
Uses of ExecResult in org.nuxeo.ecm.platform.commandline.executor.api
Methods in org.nuxeo.ecm.platform.commandline.executor.api that return ExecResult Modifier and Type Method Description ExecResult
CommandLineExecutorService. 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 ExecResult Modifier and Type Method Description ExecResult
CommandLineExecutorComponent. 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 ExecResult Modifier and Type Method Description ExecResult
Executor. exec(CommandLineDescriptor cmdDesc, CmdParameters params, EnvironmentDescriptor env)
No exception is thrown but the returnedExecResult
contains everything about the command execution, including an optional exception.ExecResult
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
Methods in org.nuxeo.ecm.platform.picture.magick that return ExecResult Modifier and Type Method Description protected static ExecResult
MagickExecutor. execCommand(String commandName, CmdParameters params)
Deprecated.Since 7.4. -
Uses of ExecResult in org.nuxeo.ecm.platform.picture.magick.utils
Methods in org.nuxeo.ecm.platform.picture.magick.utils that return ExecResult Modifier and Type Method Description static 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 ExecResult Modifier and Type Method Description static ExecResult
DockerHelper. CopyData(String source, String destination)
static ExecResult
DockerHelper. CreateContainer(String name, String image)
static ExecResult
DockerHelper. RemoveContainer(String name)
-