org.jvnet.hk2.osgiadapter
Class Constants

java.lang.Object
  extended by org.jvnet.hk2.osgiadapter.Constants

public final class Constants
extends java.lang.Object

Author:
Sanjeeb.Sahoo@Sun.COM

Field Summary
static java.lang.String HK2_REPOSITORIES
          List of HK2 module repository URIs.
static java.lang.String OBR_ENABLED
          Indicates if OBR is enabled or not.
static java.lang.String OBR_REPOSITORIES
          List of URIs of OBR repositories that are configured to be consulted while deploying bundles.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBR_ENABLED

public static final java.lang.String OBR_ENABLED
Indicates if OBR is enabled or not.

See Also:
Constant Field Values

OBR_REPOSITORIES

public static final java.lang.String 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:
Constant Field Values

HK2_REPOSITORIES

public static final java.lang.String HK2_REPOSITORIES
List of HK2 module repository URIs. Currently, we only support directory URIs.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2012 Oracle Corporation. All Rights Reserved.