|
org.openide.filesystems 7.32.1 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openide.filesystems.FileSystem.Environment
@Deprecated public abstract static class FileSystem.Environment
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.
Constructor Summary | |
---|---|
FileSystem.Environment()
Deprecated. Deprecated. |
Method Summary | |
---|---|
void |
addClassPath(String classPathElement)
Deprecated. Please use the ClassPath API instead. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSystem.Environment()
Method Detail |
---|
@Deprecated public void addClassPath(String classPathElement)
classPathElement
- string representing the one element
|
org.openide.filesystems 7.32.1 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |