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 nametoRun
- either the file that would be executed, or the project folderExecutorTask execute(String command, Map<String,?> properties) throws IOException
JavaRunner.execute(java.lang.String, java.util.Map)
.command
- command to executeprops
- propertiestoRun
- file to runIOException
- if execution fails