| java.lang.Object org.netbeans.napi.gsfret.source.ClasspathInfo
ClasspathInfo | final public class ClasspathInfo (Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
Class which contains info about classpath
author: Tomas Zezula, Petr Hrebejk |
Inner Class :public static enum PathKind | |
addChangeListener | public synchronized void addChangeListener(ChangeListener listener)(Code) | | Registers ChangeListener which will be notified about the changes in the classpath.
Parameters: listener - The listener to register. |
create | public static ClasspathInfo create(File file)(Code) | | Creates new interface to the compiler
Parameters: file - for which the CompilerInterface should be created ClasspathInfo or null if the file does not exist on thelocal file system or it has no classpath associated |
create | public static ClasspathInfo create(FileObject fo)(Code) | | Creates new interface to the compiler
Parameters: fo - for which the CompilerInterface should be created |
removeChangeListener | public synchronized void removeChangeListener(ChangeListener listener)(Code) | | Removes ChangeListener from the list of listeners.
Parameters: listener - The listener to remove. |
|
|