Interface ProjectSourcesClassPathProvider
public interface ProjectSourcesClassPathProvider
Additional useful classpath related methods. Resides in project lookup.
-
Method Summary
Modifier and TypeMethodDescriptionorg.netbeans.api.java.classpath.ClassPath[]
getProjectClassPaths
(String type) org.netbeans.api.java.classpath.ClassPath
Returns the given type of the classpath for the project sources (i.e., excluding tests roots).
-
Method Details
-
getProjectSourcesClassPath
Returns the given type of the classpath for the project sources (i.e., excluding tests roots). -
getProjectClassPaths
-