Interface LibraryNamespace


  • public interface LibraryNamespace
    A workspace extension can be applied on the workspace level
     bnd.workspace.extension      name of the workspace extension
     version                      the version of the extension
     where                          declares the root of the library in the bundle
     
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static java.lang.String filter​(java.lang.String name, java.lang.String versionRange)  
    • Field Detail

      • CAPABILITY_NAME_ATTRIBUTE

        static final java.lang.String CAPABILITY_NAME_ATTRIBUTE
        The name of the external plugin
        See Also:
        Constant Field Values
      • CAPABILITY_VERSION_ATTRIBUTE

        static final java.lang.String CAPABILITY_VERSION_ATTRIBUTE
        The version of the extension
        See Also:
        Constant Field Values
      • CAPABILITY_PATH_ATTRIBUTE

        static final java.lang.String CAPABILITY_PATH_ATTRIBUTE
        An extension needs to declare a bndfile to include when activated.
        See Also:
        Constant Field Values
    • Method Detail

      • filter

        static java.lang.String filter​(java.lang.String name,
                                       java.lang.String versionRange)