Package org.jvnet.hk2.osgiadapter
Class Constants
java.lang.Object
org.jvnet.hk2.osgiadapter.Constants
- Author:
- Sanjeeb.Sahoo@Sun.COM
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringList of HK2 module repository URIs.static final StringThis boolean flag is used to indicate if OBR deploys fragment bundles for any given required bundle.static final StringThis boolean flag is used to indicate if OBR deploys optional requirements.static final StringIndicates if OBR is enabled or not.static final StringList of URIs of OBR repositories that are configured to be consulted while deploying bundles. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OBR_ENABLED
Indicates if OBR is enabled or not.- See Also:
-
OBR_REPOSITORIES
List of URIs of OBR repositories that are configured to be consulted while deploying bundles. The URIs can be URIs of repository xml file or they can point to directories. If they represent directories, then we build the repository.xml ourselves.- See Also:
-
HK2_REPOSITORIES
List of HK2 module repository URIs. Currently, we only support directory URIs.- See Also:
-
OBR_DEPLOYS_FRGAMENTS
This boolean flag is used to indicate if OBR deploys fragment bundles for any given required bundle. Since fragments are not required resources of a bundle, it requires two pass resolution. Default is false.- See Also:
-
OBR_DEPLOYS_OPTIONAL_REQUIREMENTS
This boolean flag is used to indicate if OBR deploys optional requirements. Default is false.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-