public interface BundleProject extends TychoProject
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry.AccessRule> |
getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project) |
List<ClasspathEntry> |
getClasspath(org.apache.maven.project.MavenProject project) |
String |
getManifestValue(String key,
org.apache.maven.project.MavenProject project)
Returns the value of the specified attribute key in the project's MANIFEST, or null if the
attribute was not found.
|
getArtifactKey, getDependencyArtifacts, getDependencyArtifacts, getDependencyWalker, getDependencyWalker, getImplicitTargetEnvironment
List<ClasspathEntry> getClasspath(org.apache.maven.project.MavenProject project)
List<ClasspathEntry.AccessRule> getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project)
String getManifestValue(String key, org.apache.maven.project.MavenProject project)
key
- manifest attribute keyproject
- associated maven projectCopyright © 2008–2014 Eclipse Foundation. All rights reserved.