Uses of Class
org.openide.execution.NbClassPath

Packages that use NbClassPath
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
 

Uses of NbClassPath in org.openide.compiler
 

Constructors in org.openide.compiler with parameters of type NbClassPath
ExternalCompilerGroup.Format(String[] files, NbClassPath classPath, NbClassPath bootClassPath, NbClassPath repository, NbClassPath library)
           
 

Uses of NbClassPath in org.openide.execution
 

Methods in org.openide.execution that return NbClassPath
protected abstract  NbClassPath ExecutionEngine.createLibraryPath()
          Method that allows implementor of the execution engine to provide class path to all libraries that one could find useful for development in the system.
static NbClassPath NbClassPath.createRepositoryPath()
          Method to obtain class path for the current state of the repository.
static NbClassPath NbClassPath.createRepositoryPath(FileSystemCapability cap)
          Method to obtain class path for the current state of the repository.
static NbClassPath NbClassPath.createLibraryPath()
          Creates class path describing additional libraries needed by the system.
static NbClassPath NbClassPath.createClassPath()
          Creates class path of the system.
static NbClassPath NbClassPath.createBootClassPath()
          Creates path describing boot class path of the system.
 NbClassPath ProcessExecutor.getClassPath()
          Getter for class path associated with this executor.
 NbClassPath ProcessExecutor.getBootClassPath()
          Getter for boot class path associated with this executor.
 NbClassPath ProcessExecutor.getRepositoryPath()
          Getter for repository path.
 NbClassPath ProcessExecutor.getLibraryPath()
          Getter for repository path.
 

Methods in org.openide.execution with parameters of type NbClassPath
 void ProcessExecutor.setClassPath(NbClassPath path)
          Setter for class path for this executor.
 void ProcessExecutor.setBootClassPath(NbClassPath path)
          Setter for boot class path for this executor.
 

Constructors in org.openide.execution with parameters of type NbClassPath
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.