org.codehaus.plexus

Class PlexusConstants

public abstract class PlexusConstants extends Object

Field Summary
static StringBOOTSTRAP_CONFIGURATION
Location of plexus bootstrap configuration file.
static StringIGNORE_CONTAINER_CONFIGURATION
Context key for the variable that determines whether to load the container configuration file.
static StringPLEXUS_CORE_REALM
Key used to retrieve the core classworlds realm from the containerContext.
static StringPLEXUS_DEFAULT_HINT
The role-hint to use for components or lookups that do not specify a role.
static StringPLEXUS_KEY
Key used to retrieve the plexus container from the containerContext.

Field Detail

BOOTSTRAP_CONFIGURATION

public static final String BOOTSTRAP_CONFIGURATION
Location of plexus bootstrap configuration file.

IGNORE_CONTAINER_CONFIGURATION

public static final String IGNORE_CONTAINER_CONFIGURATION
Context key for the variable that determines whether to load the container configuration file.

PLEXUS_CORE_REALM

public static final String PLEXUS_CORE_REALM
Key used to retrieve the core classworlds realm from the containerContext.

PLEXUS_DEFAULT_HINT

public static final String PLEXUS_DEFAULT_HINT
The role-hint to use for components or lookups that do not specify a role.

PLEXUS_KEY

public static final String PLEXUS_KEY
Key used to retrieve the plexus container from the containerContext.