Interface ProjectSourcesClassPathProvider


public interface ProjectSourcesClassPathProvider
Additional useful classpath related methods. Resides in project lookup.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.netbeans.api.java.classpath.ClassPath[]
     
    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

      org.netbeans.api.java.classpath.ClassPath getProjectSourcesClassPath(String type)
      Returns the given type of the classpath for the project sources (i.e., excluding tests roots).
    • getProjectClassPaths

      org.netbeans.api.java.classpath.ClassPath[] getProjectClassPaths(String type)