org.glassfish.api
Class ManifestConstants

java.lang.Object
  extended by org.glassfish.api.ManifestConstants

public class ManifestConstants
extends java.lang.Object

Authorized manifest entries to hook up to the module management subsystem. These are extensions to the OSGi specifications and therefore not portable.


Field Summary
static java.lang.String GLASSFISH_REQUIRE_REPOSITORY
          Adds a directory as an additional OSGi repository.
static java.lang.String GLASSFISH_REQUIRE_SERVICES
          Hooks up a module class loader to all implementation of the comma separated list of contracts.
 
Constructor Summary
ManifestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLASSFISH_REQUIRE_SERVICES

public static final java.lang.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 java.lang.String GLASSFISH_REQUIRE_REPOSITORY
Adds a directory as an additional OSGi repository.

See Also:
Constant Field Values
Constructor Detail

ManifestConstants

public ManifestConstants()


Copyright © 2012 GlassFish Community. All Rights Reserved.