Interface BundleProject

    • Method Detail

      • getClasspath

        java.util.List<ClasspathEntry> getClasspath​(org.apache.maven.project.MavenProject project)
      • getBootClasspathExtraAccessRules

        java.util.List<ClasspathEntry.AccessRule> getBootClasspathExtraAccessRules​(org.apache.maven.project.MavenProject project)
      • getManifestValue

        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.
        Parameters:
        key - manifest attribute key
        project - associated maven project
        Returns:
        the String value of the specified attribute key, or null if not found.