Interface ClasspathEntry


public interface ClasspathEntry
Author:
igor
  • Method Details

    • getArtifactKey

      ArtifactKey getArtifactKey()
      ArtifactKey that corresponds to this classpath entry. Not null.
    • getMavenProject

      ReactorProject getMavenProject()
      MavenProject that corresponds to this classpath entry or null, if no such project.
    • getLocations

      List<File> getLocations()
      Jar files and/or class folders that correspond to this classpath entry. Projects and bundles with nested jars can have multiple locations.
    • getAccessRules

      Exported packages patterns. Empty list means "no exported packages". null means "no access restrictions", i.e. all packages are exported.