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 returnedExecResultcontains everything about the command execution, including an optional exception.ShellExecutor.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.utils
Methods in org.nuxeo.ecm.platform.picture.magick.utils that return ExecResultModifier and TypeMethodDescriptionstatic ExecResultImageIdentifier.getIdentifyResult(String inputFilePath)