- NbClassLoader - Class in org.openide.execution
-
A class loader which is capable of loading classes from the Repository.
- NbClassLoader() - Constructor for class org.openide.execution.NbClassLoader
-
- NbClassLoader(InputOutput) - Constructor for class org.openide.execution.NbClassLoader
-
- NbClassLoader(FileObject[], ClassLoader, InputOutput) - Constructor for class org.openide.execution.NbClassLoader
-
- NbClassLoader(FileSystem[]) - Constructor for class org.openide.execution.NbClassLoader
-
- NbClassLoader(FileSystem[], ClassLoader) - Constructor for class org.openide.execution.NbClassLoader
-
- NbClassPath - Class in org.openide.execution
-
Property that can hold informations about class path and
that can be used to create string representation of the
class path.
- NbClassPath(String[]) - Constructor for class org.openide.execution.NbClassPath
-
Create a new descriptor for the specified process, classpath switch, and classpath.
- NbClassPath(File[]) - Constructor for class org.openide.execution.NbClassPath
-
Create a new descriptor for the specified process, classpath switch, and classpath.
- NbClassPath(String) - Constructor for class org.openide.execution.NbClassPath
-
Create a class path from the usual string representation.
- NbProcessDescriptor - Class in org.openide.execution
-
Encapsulates start information for a process.
- NbProcessDescriptor(String, String) - Constructor for class org.openide.execution.NbProcessDescriptor
-
Create a new descriptor for the specified process, classpath switch, and classpath.
- NbProcessDescriptor(String, String, String) - Constructor for class org.openide.execution.NbProcessDescriptor
-
Create a new descriptor for the specified process, classpath switch, and classpath.