Interface BundleProject

    • Method Detail

      • getClasspath

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

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

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