|
org.netbeans.modules.java.project/1 1.38.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaRunnerImplementation
Implementation of JavaRunner
. Looked-up in the default Lookup
.
Method Summary | |
---|---|
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) . |
Method Detail |
---|
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 folder
ExecutorTask execute(String command, Map<String,?> properties) throws IOException
JavaRunner.execute(java.lang.String, java.util.Map)
.
command
- command to executeprops
- propertiestoRun
- file to run
IOException
- if execution fails
|
org.netbeans.modules.java.project/1 1.38.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |