public interface BundleProject extends TychoProject
Modifier and Type | Method and Description |
---|---|
java.util.List<ClasspathEntry.AccessRule> |
getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project) |
java.util.List<ClasspathEntry> |
getClasspath(org.apache.maven.project.MavenProject project) |
java.lang.String |
getManifestValue(java.lang.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
java.util.List<ClasspathEntry> getClasspath(org.apache.maven.project.MavenProject project)
java.util.List<ClasspathEntry.AccessRule> getBootClasspathExtraAccessRules(org.apache.maven.project.MavenProject project)
java.lang.String getManifestValue(java.lang.String key, org.apache.maven.project.MavenProject project)
key
- manifest attribute keyproject
- associated maven project