| 
 | org.netbeans.modules.java.source 0.13.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.api.java.source.ClasspathInfo
public final class ClasspathInfo
Class which contains info about classpath
| Nested Class Summary | |
|---|---|
| static class | ClasspathInfo.PathKind | 
| Method Summary | |
|---|---|
|  void | addChangeListener(ChangeListener listener)Registers ChangeListener which will be notified about the changes in the classpath. | 
| static ClasspathInfo | create(ClassPath bootPath,
       ClassPath classPath,
       ClassPath sourcePath) | 
| static ClasspathInfo | create(File file)Creates new interface to the compiler | 
| static ClasspathInfo | create(FileObject fo)Creates new interface to the compiler | 
|  ClassIndex | getClassIndex() | 
|  ClassPath | getClassPath(ClasspathInfo.PathKind pathKind) | 
|  void | removeChangeListener(ChangeListener listener)Removes ChangeListener from the list of listeners. | 
|  String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public String toString()
public static ClasspathInfo create(File file)
file - for which the CompilerInterface should be created
public static ClasspathInfo create(FileObject fo)
fo - for which the CompilerInterface should be createdpublic static ClasspathInfo create(ClassPath bootPath, ClassPath classPath, ClassPath sourcePath)
public void addChangeListener(ChangeListener listener)
listener - The listener to register.public void removeChangeListener(ChangeListener listener)
listener - The listener to remove.public ClassPath getClassPath(ClasspathInfo.PathKind pathKind)
public ClassIndex getClassIndex()
| 
 | org.netbeans.modules.java.source 0.13.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||