Class Library

    • Constructor Detail

      • Library

        public Library()
    • Method Detail

      • setLocation

        public void setLocation​(String location)
      • setType

        public void setType​(String type)
      • isExport

        public boolean isExport()
        Description copied from interface: Library
        Whether given library's exported packages should be added to org.osgi.framework.system.packages.extra property in ${karaf.etc}/config.properties.
        Specified by:
        isExport in interface Library
        Returns:
      • setExport

        public void setExport​(boolean export)
      • isDelegate

        public boolean isDelegate()
        Description copied from interface: Library
        Whether given library's exported packages should be added to org.osgi.framework.bootdelegation property in ${karaf.etc}/config.properties
        Specified by:
        isDelegate in interface Library
        Returns:
      • setDelegate

        public void setDelegate​(boolean delegate)