Class ManifestConstants

java.lang.Object
org.glassfish.api.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 Details

    • 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:
    • GLASSFISH_REQUIRE_REPOSITORY

      public static final String GLASSFISH_REQUIRE_REPOSITORY
      Adds a directory as an additional OSGi repository.
      See Also:
  • Constructor Details

    • ManifestConstants

      public ManifestConstants()