Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CmdParameters
Packages that use CmdParameters
Package
Description
-
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.api
Methods in org.nuxeo.ecm.platform.commandline.executor.api that return CmdParametersMethods in org.nuxeo.ecm.platform.commandline.executor.api with parameters of type CmdParametersModifier and TypeMethodDescriptionCommandLineExecutorService.execCommand
(String commandName, CmdParameters params) -
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.service
Methods in org.nuxeo.ecm.platform.commandline.executor.service that return CmdParametersMethods in org.nuxeo.ecm.platform.commandline.executor.service with parameters of type CmdParametersModifier and TypeMethodDescriptionCommandLineExecutorComponent.execCommand
(String commandName, CmdParameters params) -
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.service.executors
Methods in org.nuxeo.ecm.platform.commandline.executor.service.executors with parameters of type CmdParametersModifier 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) ShellExecutor.replaceParams
(String word, CmdParameters params) Expands parameter strings in a parameter word. -
Uses of CmdParameters in org.nuxeo.ecm.platform.convert.plugins
Fields in org.nuxeo.ecm.platform.convert.plugins declared as CmdParametersModifier and TypeFieldDescriptionprotected final CmdParameters
CommandLineBasedConverter.CmdReturn.params
Methods in org.nuxeo.ecm.platform.convert.plugins with parameters of type CmdParametersModifier and TypeMethodDescriptionprotected abstract BlobHolder
CommandLineBasedConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) Builds result from commandLine output buffer.protected BlobHolder
CommandLineConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) protected BlobHolder
Image2PDFConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) protected BlobHolder
LibreOfficeConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) protected BlobHolder
PDF2HtmlConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) protected BlobHolder
PDF2ImageConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) protected BlobHolder
WordPerfect2TextConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) Constructors in org.nuxeo.ecm.platform.convert.plugins with parameters of type CmdParameters -
Uses of CmdParameters in org.nuxeo.ecm.platform.threed.convert
Methods in org.nuxeo.ecm.platform.threed.convert with parameters of type CmdParametersModifier and TypeMethodDescriptionprotected BlobHolder
BaseBlenderConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParams) protected BlobHolder
Collada2glTFConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParameters) -
Uses of CmdParameters in org.nuxeo.ecm.platform.video.convert
Methods in org.nuxeo.ecm.platform.video.convert with parameters of type CmdParametersModifier and TypeMethodDescriptionprotected BlobHolder
BaseVideoConversionConverter.buildResult
(List<String> cmdOutput, CmdParameters cmdParameters) protected void
StoryboardConverter.fillWidthAndHeightParameters
(CmdParameters cmdParameters, Map<String, Serializable> parameters) -
Uses of CmdParameters in org.nuxeo.ecm.platform.video.tools.service
Methods in org.nuxeo.ecm.platform.video.tools.service that return CmdParametersModifier and TypeMethodDescriptionprotected CmdParameters
VideoToolsServiceImpl.setupCmdParameters
(Map<String, String> parameters)