| java.lang.Object org.netbeans.modules.web.project.GsfClassPathProviderImpl
GsfClassPathProviderImpl | final public class GsfClassPathProviderImpl implements ClassPathProvider,PropertyChangeListener(Code) | | Defines the various class paths for a J2SE project.
|
GsfClassPathProviderImpl | public GsfClassPathProviderImpl(AntProjectHelper helper, PropertyEvaluator evaluator, WebSources sources)(Code) | | |
findClassPath | public ClassPath findClassPath(FileObject file, String type)(Code) | | |
getProjectClassPaths | public ClassPath[] getProjectClassPaths(String type)(Code) | | Returns array of all classpaths of the given type in the project.
The result is used for example for GlobalPathRegistry registrations.
|
getProjectSourcesClassPath | public ClassPath getProjectSourcesClassPath(String type)(Code) | | Returns the given type of the classpath for the project sources
(i.e., excluding tests roots). Valid types are BOOT, SOURCE and COMPILE.
|
|
|