org.codehaus.plexus
Class PlexusConstants

java.lang.Object
  extended byorg.codehaus.plexus.PlexusConstants

public abstract class PlexusConstants
extends java.lang.Object


Field Summary
static java.lang.String COMMON_CLASSLOADER
          Common classloader
static java.lang.String COMPONENT
          Component tag.
static java.lang.String COMPONENTS
          Components tag.
static java.lang.String CONFIGURATION
          Configuration tag.
static java.lang.String DEFAULT_SELECTOR
          Default selector tag.
static java.lang.String DEFAULT_SERVICE_SELECTOR_IMPL
          Default selector implementation tag.
static java.lang.String DEPLOY_KEY
          Key to retrieve the File plexus deployment root, if any.
static java.lang.String ID
          Id tag.
static java.lang.String IMPL_KEY
          Implementation tag.
static java.lang.String PLEXUS_KEY
          Key to retrieve the main PlexusContainer object from the context.
static java.lang.String RESOURCE_MANAGER_KEY
          Key to retrieve the File plexus runtime root, if any.
static java.lang.String ROLE
          Role tag.
static java.lang.String ROLES
          Roles tag.
static java.lang.String ROOT_KEY
          Key to retrieve the File plexus root, if any.
static java.lang.String ROOT_URL_KEY
          Key to retrieve the File plexus root, if any.
static java.lang.String RUN_KEY
          Key to retrieve the File plexus runtime root, if any.
static java.lang.String SELECTOR
          Selector tag.
static java.lang.String SELECTOR_IMPL_SUFFIX
          Selector impl suffix tag.
static java.lang.String SELECTORS
          Selectors tag.
static java.lang.String WORK_KEY
          Key to retrieve the File plexus working-directory root, if any.
 
Constructor Summary
PlexusConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SELECTOR

public static final java.lang.String DEFAULT_SELECTOR
Default selector tag.

See Also:
Constant Field Values

SELECTOR

public static final java.lang.String SELECTOR
Selector tag.

See Also:
Constant Field Values

SELECTORS

public static final java.lang.String SELECTORS
Selectors tag.

See Also:
Constant Field Values

DEFAULT_SERVICE_SELECTOR_IMPL

public static final java.lang.String DEFAULT_SERVICE_SELECTOR_IMPL
Default selector implementation tag.

See Also:
Constant Field Values

SELECTOR_IMPL_SUFFIX

public static final java.lang.String SELECTOR_IMPL_SUFFIX
Selector impl suffix tag.

See Also:
Constant Field Values

COMPONENT

public static final java.lang.String COMPONENT
Component tag.

See Also:
Constant Field Values

COMPONENTS

public static final java.lang.String COMPONENTS
Components tag.

See Also:
Constant Field Values

ID

public static final java.lang.String ID
Id tag.

See Also:
Constant Field Values

ROLE

public static final java.lang.String ROLE
Role tag.

See Also:
Constant Field Values

ROLES

public static final java.lang.String ROLES
Roles tag.

See Also:
Constant Field Values

IMPL_KEY

public static final java.lang.String IMPL_KEY
Implementation tag.

See Also:
Constant Field Values

CONFIGURATION

public static final java.lang.String CONFIGURATION
Configuration tag.

See Also:
Constant Field Values

PLEXUS_KEY

public static final java.lang.String PLEXUS_KEY
Key to retrieve the main PlexusContainer object from the context.

See Also:
Constant Field Values

ROOT_KEY

public static final java.lang.String ROOT_KEY
Key to retrieve the File plexus root, if any.

See Also:
Constant Field Values

ROOT_URL_KEY

public static final java.lang.String ROOT_URL_KEY
Key to retrieve the File plexus root, if any.

See Also:
Constant Field Values

DEPLOY_KEY

public static final java.lang.String DEPLOY_KEY
Key to retrieve the File plexus deployment root, if any.

See Also:
Constant Field Values

WORK_KEY

public static final java.lang.String WORK_KEY
Key to retrieve the File plexus working-directory root, if any.

See Also:
Constant Field Values

RUN_KEY

public static final java.lang.String RUN_KEY
Key to retrieve the File plexus runtime root, if any.

See Also:
Constant Field Values

RESOURCE_MANAGER_KEY

public static final java.lang.String RESOURCE_MANAGER_KEY
Key to retrieve the File plexus runtime root, if any.

See Also:
Constant Field Values

COMMON_CLASSLOADER

public static final java.lang.String COMMON_CLASSLOADER
Common classloader

See Also:
Constant Field Values
Constructor Detail

PlexusConstants

public PlexusConstants()