public interface JavaRunnerImplementation
JavaRunner
. Looked-up in the default Lookup
.Modifier and Type | Method and Description |
---|---|
ExecutorTask |
execute(String command,
Map<String,?> properties)
Implementation of
JavaRunner.execute(java.lang.String, java.util.Map) . |
boolean |
isSupported(String command,
Map<String,?> properties)
Implementation of
JavaRunner.isSupported(java.lang.String, java.util.Map) . |
boolean isSupported(String command, Map<String,?> properties)
JavaRunner.isSupported(java.lang.String, java.util.Map)
.command
- command nameproperties
- propertiesExecutorTask execute(String command, Map<String,?> properties) throws IOException
JavaRunner.execute(java.lang.String, java.util.Map)
.command
- command to executeproperties
- propertiesIOException
- if execution fails