首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.0.0
E-Index (NetBeans Execution API) - NetBeans API Javadoc 5.0.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
N
O
R
S
T
E
ExecutionEngine
- class org.openide.execution.
ExecutionEngine
.
Engine providing the environment necessary to run long-lived processes.
ExecutionEngine()
- Constructor for class org.openide.execution.
ExecutionEngine
ExecutorTask
- class org.openide.execution.
ExecutorTask
.
A task object that represents an asynchronously running execution task.
ExecutorTask(Runnable)
- Constructor for class org.openide.execution.
ExecutorTask
Create the task.
equals(Object)
- Method in class org.openide.execution.
NbClassPath
equals(Object)
- Method in class org.openide.execution.
NbProcessDescriptor
eval(Reader, ScriptType.Context)
- Method in class org.openide.execution.
ScriptType
Evaluate the script given in the form of a Reader.
eval(Reader)
- Method in class org.openide.execution.
ScriptType
Calls eval(Reader, Context) with getDefaultContext() as the second argument.
eval(String, ScriptType.Context)
- Method in class org.openide.execution.
ScriptType
Evaluate the script given in the form of a string.
eval(String)
- Method in class org.openide.execution.
ScriptType
Calls eval(String, Context) with getDefaultContext() as the second argument.
exec(Format, String[], File)
- Method in class org.openide.execution.
NbProcessDescriptor
Executes the process with arguments formatted by the provided format.
exec(Format, String[], boolean, File)
- Method in class org.openide.execution.
NbProcessDescriptor
Executes the process with arguments, processName and envp formatted by the provided format.
exec(Format, String[])
- Method in class org.openide.execution.
NbProcessDescriptor
Executes the process with arguments and processNme formatted by the provided format.
exec(Format)
- Method in class org.openide.execution.
NbProcessDescriptor
Executes the process with arguments and processName formatted by the provided format.
exec()
- Method in class org.openide.execution.
NbProcessDescriptor
Executes the process with arguments provided in constructor.
exec(Reader, ScriptType.Context)
- Method in class org.openide.execution.
ScriptType
Execute the script given in the form of a Reader.
exec(Reader)
- Method in class org.openide.execution.
ScriptType
Calls exec(Reader, Context) with getDefaultContext() as the second argument.
exec(String, ScriptType.Context)
- Method in class org.openide.execution.
ScriptType
Execute the script given in the form of a string.
exec(String)
- Method in class org.openide.execution.
ScriptType
Calls exec(String, Context) with getDefaultContext() as the second argument.
execute(String, Runnable, InputOutput)
- Method in class org.openide.execution.
ExecutionEngine
Run some task in the execution engine.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
N
O
R
S
T
Built on May 3 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.