Uses of Class
org.nuxeo.ecm.platform.commandline.executor.api.CmdParameters
-
-
Uses of CmdParameters in org.nuxeo.ecm.platform.commandline.executor.api
Methods in org.nuxeo.ecm.platform.commandline.executor.api that return CmdParameters Modifier and Type Method Description CmdParameters
CommandLineExecutorService. getDefaultCmdParameters()
Methods in org.nuxeo.ecm.platform.commandline.executor.api with parameters of type CmdParameters Modifier and Type Method Description ExecResult
CommandLineExecutorService. 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 CmdParameters Modifier and Type Method Description CmdParameters
CommandLineExecutorComponent. getDefaultCmdParameters()
Methods in org.nuxeo.ecm.platform.commandline.executor.service with parameters of type CmdParameters Modifier and Type Method Description ExecResult
CommandLineExecutorComponent. 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 CmdParameters 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)
static List<String>
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 CmdParameters Modifier and Type Field Description protected CmdParameters
CommandLineBasedConverter.CmdReturn. params
Methods in org.nuxeo.ecm.platform.convert.plugins with parameters of type CmdParameters Modifier and Type Method Description protected 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 Constructor Description CmdReturn(CmdParameters params, List<String> output)
-
Uses of CmdParameters in org.nuxeo.ecm.platform.picture.magick
Methods in org.nuxeo.ecm.platform.picture.magick with parameters of type CmdParameters Modifier and Type Method Description protected static ExecResult
MagickExecutor. execCommand(String commandName, CmdParameters params)
Deprecated.Since 7.4. -
Uses of CmdParameters in org.nuxeo.ecm.platform.threed.convert
Methods in org.nuxeo.ecm.platform.threed.convert with parameters of type CmdParameters Modifier and Type Method Description protected 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 CmdParameters Modifier and Type Method Description protected 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 CmdParameters Modifier and Type Method Description protected CmdParameters
VideoToolsServiceImpl. setupCmdParameters(Map<String,String> parameters)
-