Class ManifestConstants


  • public class ManifestConstants
    extends Object
    Authorized manifest entries to hook up to the module management subsystem. These are extensions to the OSGi specifications and therefore not portable.
    • Field Detail

      • GLASSFISH_REQUIRE_SERVICES

        public static final String GLASSFISH_REQUIRE_SERVICES
        Hooks up a module class loader to all implementation of the comma separated list of contracts.
        See Also:
        Constant Field Values
      • GLASSFISH_REQUIRE_REPOSITORY

        public static final String GLASSFISH_REQUIRE_REPOSITORY
        Adds a directory as an additional OSGi repository.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ManifestConstants

        public ManifestConstants()