|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutorTask | |
org.openide.execution | The IDE uses a small interface to describe the execution of Java-based classes together with arguments. |
Uses of ExecutorTask in org.openide.execution |
Methods in org.openide.execution that return ExecutorTask | |
abstract ExecutorTask |
ExecutionEngine.execute(String name,
Runnable run,
InputOutput io)
Prepare the environment for an Executor and start it. |
abstract ExecutorTask |
Executor.execute(ExecInfo info)
Execute a class given by name with some arguments in this executor. |
ExecutorTask |
Executor.execute(DataObject obj)
Executes a dataobject. |
ExecutorTask |
ThreadExecutor.execute(ExecInfo info)
|
ExecutorTask |
ProcessExecutor.execute(ExecInfo info)
|
ExecutorTask |
ProcessExecutor.execute(DataObject obj)
Executes given dataobject by creating new process in underlying operating system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |