站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.openide.execution (Execution API) - NetBeans API Javadoc (Current Development Version)

org.openide.execution 1.10

Package org.openide.execution

NetBeans uses a small interface to describe the execution of Java-based classes together with arguments.

See:
          Description

Class Summary
ExecutionEngine Engine providing the environment necessary to run long-lived processes.
ExecutorTask A task object that represents an asynchronously running execution task.
NbClassLoader A class loader which is capable of loading classes from the Repository.
NbClassPath Property that can hold informations about class path and that can be used to create string representation of the class path.
NbProcessDescriptor Encapsulates start information for a process.
ScriptType Deprecated. Was used only in obsolete modules.
ScriptType.Context Scripting context.
 

Package org.openide.execution Description

NetBeans uses a small interface to describe the execution of Java-based classes together with arguments.

The Execution API may be used both to invoke the preexisting (internal and external) executors, and to create custom ones. Running processes may be halted, their exit status may be obtained, and their I/O streams will be displayed.

The API, in conjunction with the Datasystems API, also supports association of a specific executor to a given class (file), which can be used to provide special execution support for objects such as applets or servlets.


org.openide.execution 1.10

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.