Package org.codehaus.plexus
Class PlexusConstants
java.lang.Object
org.codehaus.plexus.PlexusConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Location of plexus bootstrap configuration file.static final String
Context key for the variable that determines whether to load the container configuration file.static final String
Key used to retrieve the core classworlds realm from the containerContext.static final String
The role-hint to use for components or lookups that do not specify a role.static final String
Key used to retrieve the plexus container from the containerContext. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
IGNORE_CONTAINER_CONFIGURATION
Context key for the variable that determines whether to load the container configuration file.- See Also:
-
BOOTSTRAP_CONFIGURATION
Location of plexus bootstrap configuration file.- See Also:
-
PLEXUS_KEY
Key used to retrieve the plexus container from the containerContext.- See Also:
-
PLEXUS_CORE_REALM
Key used to retrieve the core classworlds realm from the containerContext.- See Also:
-
PLEXUS_DEFAULT_HINT
The role-hint to use for components or lookups that do not specify a role.- See Also:
-
-
Constructor Details
-
PlexusConstants
public PlexusConstants()
-