org.openide.filesystems
Class FileSystem.Environment
java.lang.Object
|
+--org.openide.filesystems.FileSystem.Environment
- Enclosing class:
- FileSystem
- public abstract static class FileSystem.Environment
- extends Object
Interface that allows filesystems to set up the Java environment
for external execution and compilation.
Currently just used to append entries to the external class path.
Method Summary |
void |
addClassPath(String classPathElement)
Adds one element to the class path environment variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystem.Environment
public FileSystem.Environment()
addClassPath
public void addClassPath(String classPathElement)
- Adds one element to the class path environment variable.
- Parameters:
classPathElement
- string representing the one element
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.