Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CmdParameters
Package
Description
-
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.api
Modifier and TypeMethodDescriptionCommandLineExecutorService.execCommand
(String commandName, CmdParameters params) -
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.service
Modifier and TypeMethodDescriptionCommandLineExecutorComponent.execCommand
(String commandName, CmdParameters params) -
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.service.executors
Modifier 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
Modifier and TypeFieldDescriptionprotected final CmdParameters
CommandLineBasedConverter.CmdReturn.params
Modifier 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) -
Uses of CmdParameters in org.nuxeo.ecm.platform.threed.convert
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected CmdParameters
VideoToolsServiceImpl.setupCmdParameters
(Map<String, String> parameters)