Interface BundleProject

    • Method Detail

      • 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.