public interface ClasspathEntry
- Author:
- igor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionExported packages patterns.ArtifactKey that corresponds to this classpath entry.Jar files and/or class folders that correspond to this classpath entry.MavenProject that corresponds to this classpath entry or null, if no such project.
-
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
Jar files and/or class folders that correspond to this classpath entry. Projects and bundles with nested jars can have multiple locations. -
getAccessRules
Collection<ClasspathEntry.AccessRule> getAccessRules()Exported packages patterns. Empty list means "no exported packages".nullmeans "no access restrictions", i.e. all packages are exported.
-