org.glassfish.api
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ManifestConstants
public ManifestConstants()
Copyright © 2012. All Rights Reserved.