Class BundleStartLevelSchema


  • public class BundleStartLevelSchema
    extends org.osgi.framework.startlevel.dto.BundleStartLevelDTO
    • Constructor Detail

      • BundleStartLevelSchema

        public BundleStartLevelSchema()
    • Method Detail

      • build

        public static BundleStartLevelSchema build​(boolean activationPolicyUsed,
                                                   long bundle,
                                                   boolean persistentlyStarted,
                                                   int startLevel)
      • build

        public static BundleStartLevelSchema build​(org.osgi.framework.startlevel.dto.BundleStartLevelDTO bundleStartLevelDTO)