public interface ClasspathEntry
Modifier and Type | Interface and Description |
---|---|
static interface |
ClasspathEntry.AccessRule |
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry.AccessRule> |
getAccessRules()
Exported packages patterns.
|
ArtifactKey |
getArtifactKey()
ArtifactKey that corresponds to this classpath entry.
|
List<File> |
getLocations()
Jar files and/or class folders that correspond to this classpath entry.
|
ReactorProject |
getMavenProject()
MavenProject that corresponds to this classpath entry or null, if no such project.
|
ArtifactKey getArtifactKey()
ReactorProject getMavenProject()
List<File> getLocations()
List<ClasspathEntry.AccessRule> getAccessRules()
null
means
"no access restrictions", i.e. all packages are exported.Copyright © 2008–2017 Eclipse Foundation. All rights reserved.