当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
FileSystem.Environment (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0
org.openide.filesystems
Class FileSystem.Environment
java.lang.Object
org.openide.filesystems.FileSystem.Environment
- Enclosing class:
- FileSystem
Deprecated. Please use the ClassPath API instead.
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystem.Environment
public FileSystem.Environment()
- Deprecated.
addClassPath
public void addClassPath(String classPathElement)
- Deprecated. Please use the ClassPath API instead.
- Adds one element to the class path environment variable.
- Parameters:
classPathElement
- string representing the one element