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 ExecResultCommandLineExecutorService. 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 ExecResultCommandLineExecutorComponent. 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 ExecResultExecutor. exec(CommandLineDescriptor cmdDesc, CmdParameters params, EnvironmentDescriptor env)No exception is thrown but the returnedExecResultcontains everything about the command execution, including an optional exception.ExecResultShellExecutor. exec(CommandLineDescriptor cmdDesc, CmdParameters params, EnvironmentDescriptor env)protected ExecResultShellExecutor. 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 ExecResultMagickExecutor. 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 ExecResultImageIdentifier. 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 ExecResultDockerHelper. CopyData(String source, String destination)static ExecResultDockerHelper. CreateContainer(String name, String image)static ExecResultDockerHelper. RemoveContainer(String name)
-