Uses of Class
org.openide.execution.ExecInfo

Packages that use ExecInfo
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
 

Uses of ExecInfo in org.openide.debugger
 

Subclasses of ExecInfo in org.openide.debugger
 class DebuggerInfo
          Contains information about a class to debug.
 

Methods in org.openide.debugger with parameters of type ExecInfo
abstract  void DebuggerType.startDebugger(ExecInfo info, boolean stopOnMain)
          Should start the debugging of this type.
 void DebuggerType.Default.startDebugger(ExecInfo info, boolean stopOnMain)
           
 

Uses of ExecInfo in org.openide.execution
 

Methods in org.openide.execution with parameters of type ExecInfo
abstract  ExecutorTask Executor.execute(ExecInfo info)
          Execute a class given by name with some arguments in this executor.
 ExecutorTask ThreadExecutor.execute(ExecInfo info)
           
protected  Process ProcessExecutor.createProcess(ExecInfo info)
          Called to create the java.lang.Process for given exec info.
 ExecutorTask ProcessExecutor.execute(ExecInfo info)
           
 

Constructors in org.openide.execution with parameters of type ExecInfo
ProcessExecutor.Format(ExecInfo info)
          All values for the paths takes from NbClassPath.createXXX methods.
ProcessExecutor.Format(ExecInfo info, NbClassPath classPath, NbClassPath bootClassPath, NbClassPath repository, NbClassPath library)
           
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.