public interface BundleProject extends TychoProject
Modifier and Type | Method and Description |
---|---|
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, getDependencyWalker, getDependencyWalker, getImplicitTargetEnvironment, getTargetPlatform, getTargetPlatform
List<ClasspathEntry> getClasspath(org.apache.maven.project.MavenProject project)
String getManifestValue(String key, org.apache.maven.project.MavenProject project)
key
- manifest attribute keyproject
- associated maven projectCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.