| Package | Description |
|---|---|
| org.mmbase.streams.createcaches | |
| org.mmbase.streams.transcoders | |
| org.mmbase.util.externalprocess | |
| org.mmbase.util.images |
The packages contains classes and interfaces related to conversion of images and finding information about them.
|
| Modifier and Type | Method and Description |
|---|---|
static CommandExecutor.Method |
Executors.getFreeExecutor() |
static CommandExecutor.Method |
Executors.getFreeExecutor(Stage st) |
| Modifier and Type | Method and Description |
|---|---|
static Map<CommandExecutor.Method,Stage> |
Executors.getExecutors() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandTranscoder.setMethod(CommandExecutor.Method m)
Indicates how and 'where' the command must run.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CommandExecutor.execute(InputStream inputStream,
OutputStream outputStream,
OutputStream errorStream,
CommandExecutor.Method method,
String[] env,
String command,
String... args) |
static void |
CommandExecutor.execute(OutputStream outputStream,
CommandExecutor.Method method,
String command,
String... args) |
static void |
CommandExecutor.execute(OutputStream outputStream,
OutputStream errorStream,
CommandExecutor.Method method,
String command,
String... args) |
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor.Method |
ImageMagickImageConverter.method |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}