Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
ExifToolProcessor.returnResultMap(ExecResult er) |
Modifier and Type | Method and Description |
---|---|
ExecResult |
CommandLineExecutorService.execCommand(String commandName,
CmdParameters params) |
Modifier and Type | Method and Description |
---|---|
ExecResult |
CommandLineExecutorComponent.execCommand(String commandName,
CmdParameters params) |
Modifier and Type | Method and Description |
---|---|
ExecResult |
ShellExecutor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params)
Deprecated.
|
ExecResult |
Executor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params)
Deprecated.
Since 7.4. Prefer use of
Executor.exec(CommandLineDescriptor, CmdParameters, EnvironmentDescriptor) |
ExecResult |
ShellExecutor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params,
EnvironmentDescriptor env) |
ExecResult |
Executor.exec(CommandLineDescriptor cmdDesc,
CmdParameters params,
EnvironmentDescriptor env)
No exception is thrown but the returned
ExecResult contains everything about the command execution,
including an optional exception. |
protected ExecResult |
ShellExecutor.exec1(CommandLineDescriptor cmdDesc,
CmdParameters params,
EnvironmentDescriptor env) |
Modifier and Type | Method and Description |
---|---|
protected static ExecResult |
MagickExecutor.execCommand(String commandName,
CmdParameters params)
Deprecated.
Since 7.4. Useless.
|
Modifier and Type | Method and Description |
---|---|
static ExecResult |
ImageIdentifier.getIdentifyResult(String inputFilePath) |
Copyright © 2016 Nuxeo SA. All rights reserved.