public interface ProjectSourcesClassPathProvider
Modifier and Type | Method and Description |
---|---|
ClassPath[] |
getProjectClassPaths(String type) |
ClassPath |
getProjectSourcesClassPath(String type)
Returns the given type of the classpath for the project sources
(i.e., excluding tests roots).
|