A B C D E F G H I L M O P R S T W

A

AbstractLogEnabled - Class in org.codehaus.plexus.logging
 
AbstractLogEnabled() - Constructor for class org.codehaus.plexus.logging.AbstractLogEnabled
 
AbstractLogger - Class in org.codehaus.plexus.logging
 
AbstractLogger(int, String) - Constructor for class org.codehaus.plexus.logging.AbstractLogger
 
AbstractLoggerManager - Class in org.codehaus.plexus.logging
 
AbstractLoggerManager() - Constructor for class org.codehaus.plexus.logging.AbstractLoggerManager
 
addChild(PlexusConfiguration) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Adds a configuration under this configuration, which acts as a parent.
addComponentDescriptor(ComponentDescriptor) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Add a new ComponentDescriptor to this set.
addComponentDescriptor(ComponentDescriptor) - Method in interface org.codehaus.plexus.PlexusContainer
Adds a component descriptor to this container.
addContextValue(Object, Object) - Method in interface org.codehaus.plexus.PlexusContainer
Add a key/value pair to this container's Context.
addDependency(ComponentDependency) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Add a depenency to this set's contents.
addJarRepository(File) - Method in interface org.codehaus.plexus.PlexusContainer
Adds a directory of jar resources.
addJarResource(File) - Method in interface org.codehaus.plexus.PlexusContainer
Adds a jar to this container's ClassRealm - whose components are then discovered (via the various registered ComponentDiscoverer's).
addRequirement(ComponentRequirement) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Add a project requirement to this component.
addRequirements(List) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Adds a list of requirements to this component.
autowire(Object) - Method in interface org.codehaus.plexus.PlexusContainer
Assembles a component and returns it.

B

BOOTSTRAP_CONFIGURATION - Static variable in class org.codehaus.plexus.PlexusConstants
Location of plexus bootstrap configuration file.

C

ComponentConfigurationException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentConfigurationException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentConfigurationException
Construct a new ComponentConfigurationException instance.
ComponentConfigurationException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentConfigurationException
Construct a new ComponentConfigurationException instance.
ComponentDependency - Class in org.codehaus.plexus.component.repository
This represents a project which this component depends upon to function properly, for example, a required jar file.
ComponentDependency() - Constructor for class org.codehaus.plexus.component.repository.ComponentDependency
 
ComponentDescriptor - Class in org.codehaus.plexus.component.repository
Component instantiation description.
ComponentDescriptor() - Constructor for class org.codehaus.plexus.component.repository.ComponentDescriptor
 
ComponentDescriptorUnmarshallingException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentDescriptorUnmarshallingException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentDescriptorUnmarshallingException
Construct a new ComponentDescriptorUnmarshallingException instance.
ComponentDescriptorUnmarshallingException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentDescriptorUnmarshallingException
Construct a new ComponentDescriptorUnmarshallingException instance.
componentDiscovered(ComponentDiscoveryEvent) - Method in interface org.codehaus.plexus.component.discovery.ComponentDiscoveryListener
Signals to this listener that a component has been discovered.
ComponentDiscoveryEvent - Class in org.codehaus.plexus.component.discovery
Signals to a ComponentDiscoveryListener that an event has taken place involving a set of components.
ComponentDiscoveryEvent(ComponentSetDescriptor) - Constructor for class org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent
Constructs a ComponentDiscoveryEvent with a set of ComponentDescriptors.
ComponentDiscoveryListener - Interface in org.codehaus.plexus.component.discovery
A listener which responds in some way to component discovery by a PlexusContainer.
ComponentImplementationNotFoundException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentImplementationNotFoundException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentImplementationNotFoundException
Construct a new ComponentImplementationNotFoundException instance.
ComponentImplementationNotFoundException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentImplementationNotFoundException
Construct a new ComponentImplementationNotFoundException instance.
ComponentLifecycleException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentLifecycleException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLifecycleException
Construct a new ComponentLifecycleException instance.
ComponentLifecycleException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLifecycleException
Construct a new ComponentLifecycleException instance.
ComponentLookupException - Exception in org.codehaus.plexus.component.repository.exception
The exception which is thrown by a component repository when the requested component cannot be found.
ComponentLookupException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
Construct a new ComponentLookupException instance.
ComponentLookupException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
Construct a new ComponentLookupException instance.
ComponentLookupManager - Interface in org.codehaus.plexus
 
ComponentManagerImplementationNotFoundException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentManagerImplementationNotFoundException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentManagerImplementationNotFoundException
Construct a new ComponentManagerImplementationNotFoundException instance.
ComponentManagerImplementationNotFoundException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentManagerImplementationNotFoundException
Construct a new ComponentManagerImplementationNotFoundException instance.
ComponentProfileException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentProfileException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentProfileException
Construct a new ComponentProfileException instance.
ComponentProfileException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentProfileException
Construct a new ComponentProfileException instance.
ComponentReloadingException - Exception in org.codehaus.plexus.component.reloading
Exception for problems in the reloading strategy.
ComponentReloadingException(String) - Constructor for exception org.codehaus.plexus.component.reloading.ComponentReloadingException
Construct a new ComponentReloadingException instance.
ComponentReloadingException(Throwable) - Constructor for exception org.codehaus.plexus.component.reloading.ComponentReloadingException
Construct a new ComponentReloadingException instance.
ComponentReloadingException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.reloading.ComponentReloadingException
Construct a new ComponentReloadingException instance.
ComponentReloadingStrategy - Interface in org.codehaus.plexus.component.reloading
Implementations declares whether a component should reload when accessed.
ComponentRepositoryException - Exception in org.codehaus.plexus.component.repository.exception
Exception that is thrown when the class(es) required for a component implementation are not available.
ComponentRepositoryException(String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentRepositoryException
Construct a new ComponentRepositoryException instance.
ComponentRepositoryException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentRepositoryException
Construct a new ComponentRepositoryException instance.
ComponentRequirement - Class in org.codehaus.plexus.component.repository
This represents a component this is required by another component.
ComponentRequirement() - Constructor for class org.codehaus.plexus.component.repository.ComponentRequirement
 
ComponentSetDescriptor - Class in org.codehaus.plexus.component.repository
Contains a set of ComponentDescriptors and the set's dependencies.
ComponentSetDescriptor() - Constructor for class org.codehaus.plexus.component.repository.ComponentSetDescriptor
 
CompositionException - Exception in org.codehaus.plexus.component.composition
Thrown when component composition goes awry.
CompositionException(String) - Constructor for exception org.codehaus.plexus.component.composition.CompositionException
Construct a new CompositionException instance.
CompositionException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.composition.CompositionException
Construct a new CompositionException instance.
Configurable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
Configures a component.
configure(PlexusConfiguration) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Configurable
 
contains(Object) - Method in interface org.codehaus.plexus.context.Context
Returns true if the map or the parent map contains the key.
Context - Interface in org.codehaus.plexus.context
Context of the plexus container.
ContextException - Exception in org.codehaus.plexus.context
Exception signalling a badly formed Context.
ContextException(String) - Constructor for exception org.codehaus.plexus.context.ContextException
Construct a new ContextException instance.
ContextException(String, Throwable) - Constructor for exception org.codehaus.plexus.context.ContextException
Construct a new ContextException instance.
Contextualizable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
 
contextualize(Context) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
 
createAndAutowire(String) - Method in interface org.codehaus.plexus.PlexusContainer
Creates a corrosponding component instance found in this container's classrealm, then autowires it.
createChildContainer(String, List, Map) - Method in interface org.codehaus.plexus.PlexusContainer
 
createChildContainer(String, List, Map, List) - Method in interface org.codehaus.plexus.PlexusContainer
 
createComponentRealm(String, List) - Method in interface org.codehaus.plexus.PlexusContainer
Creates and returns a new class realm under this container's realm for the given list of jars.

D

debug(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
debug(String) - Method in interface org.codehaus.plexus.logging.Logger
 
debug(String, Throwable) - Method in interface org.codehaus.plexus.logging.Logger
 
Disposable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
 
dispose() - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Disposable
 
dispose() - Method in interface org.codehaus.plexus.PlexusContainer
Disposes of this container, which in turn disposes all of it's components.

E

enableLogging(Logger) - Method in class org.codehaus.plexus.logging.AbstractLogEnabled
 
enableLogging(Logger) - Method in interface org.codehaus.plexus.logging.LogEnabled
 
equals(Object) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
equals(Object) - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
 
error(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
error(String) - Method in interface org.codehaus.plexus.logging.Logger
 
error(String, Throwable) - Method in interface org.codehaus.plexus.logging.Logger
 

F

fatalError(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
fatalError(String) - Method in interface org.codehaus.plexus.logging.Logger
 
fatalError(String, Throwable) - Method in interface org.codehaus.plexus.logging.Logger
 

G

get(Object) - Method in interface org.codehaus.plexus.context.Context
Returns the value of the key.
getActiveLoggerCount() - Method in interface org.codehaus.plexus.logging.LoggerManager
 
getAlias() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns an alias for this component.
getArtifactId() - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Gets a key for an artifact, which is an alias for a specific project timeline in a group.
getAttribute(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the value of the named attribute.
getAttribute(String, String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the value of the named attribute, or default if one cannot be found.
getAttributeNames() - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns an array of attribute names.
getChild(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the child configuration of the given name.
getChild(int) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the child configuration at the given location.
getChild(String, boolean) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the child configuration of the given name.
getChildContainer(String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns a child container with the unique name.
getChildCount() - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the number of directly children under this configuration.
getChildLogger(String) - Method in interface org.codehaus.plexus.logging.Logger
 
getChildren() - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns an array of all child configurations.
getChildren(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns an array of all child configurations with the given name.
getComponentComposer() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the ID of the type of composer this component will use.
getComponentConfigurator() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the type of component configurator for this project.
getComponentDescriptor(String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns the ComponentDescriptor with the given component role and the default role hint.
getComponentDescriptor(String, String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns the ComponentDescriptor with the given component role and hint.
getComponentDescriptor(String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Returns the ComponentDescriptor with the given component role and the default role hint.
getComponentDescriptor(String, String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Returns the ComponentDescriptor with the given component role and hint.
getComponentDescriptorList(String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns a List of ComponentDescriptors with the given role.
getComponentDescriptorList(String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Returns a List of ComponentDescriptors with the given role.
getComponentDescriptorMap(String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns a Map of ComponentDescriptors with the given role, keyed by role-hint.
getComponentDescriptorMap(String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Returns a Map of ComponentDescriptors with the given role, keyed by role-hint.
getComponentFactory() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns an id of the factory used to create this component.
getComponentProfile() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
getComponentRealm(String) - Method in interface org.codehaus.plexus.PlexusContainer
 
getComponents() - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Returns a list of components in this set.
getComponentSetDescriptor() - Method in class org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent
Returns this event's set of ComponentDescriptors.
getComponentSetDescriptor() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the component set descriptor.
getComponentType() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the type of this component.
getConfiguration() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns configuration values defined for this component.
getContainerRealm() - Method in interface org.codehaus.plexus.PlexusContainer
Returns the Classworld's ClassRealm of this Container, which acts as the default parent for all contained components.
getContext() - Method in interface org.codehaus.plexus.PlexusContainer
Returns this container's context.
getContextData() - Method in interface org.codehaus.plexus.context.Context
Utility method to retrieve containerContext data.
getCreationDate() - Method in interface org.codehaus.plexus.PlexusContainer
Returns the date this container was created.
getDependencies() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns a List of dependencies of this component.
getDependencies() - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Returns a List of dependencies of this set of components.
getDescription() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Return a human-readable description of this component.
getFieldMappingType() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Returns the type of the field this component requirement will inject.
getFieldName() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Returns the field name that this component requirement will inject.
getGroupId() - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Gets a key for a group, which represents a set of artifacts timelines.
getHumanReadableKey() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns a human-friendly key, suitable for display.
getHumanReadableKey() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Returns a human-friendly key, suitable for display.
getId() - Method in interface org.codehaus.plexus.component.discovery.ComponentDiscoveryListener
Returns this listener's unique key.
getId() - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Returns the identifier of this set.
getImplementation() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the implementation of this componet.
getInstantiationStrategy() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the type of instantiation strategy for this component.
getLifecycleHandler() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the lifecycle-handler for this component.
getLogger() - Method in class org.codehaus.plexus.logging.AbstractLogEnabled
 
getLogger() - Method in interface org.codehaus.plexus.PlexusContainer
Deprecated.  
getLoggerForComponent(String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
getLoggerForComponent(String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
getLoggerForComponent(String, String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
getLoggerManager() - Method in interface org.codehaus.plexus.PlexusContainer
 
getLookupRealm() - Method in interface org.codehaus.plexus.PlexusContainer
Returns the lookup realm for this container, which is either the container realm or the realm set by MutablePlexusContainer#setLookupRealm(ClassRealm).
getLookupRealm(Object) - Method in interface org.codehaus.plexus.PlexusContainer
XXX ideally i'd like to place this in a plexus container specific utility class.
getName() - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the name of this configuration.
getName() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
getName() - Method in interface org.codehaus.plexus.logging.Logger
 
getName() - Method in interface org.codehaus.plexus.PlexusContainer
Returns the unique name of this container in the container hierarchy.
getRealmId() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
The ClassRealm that this component lives under.
getRequirements() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns all project requirements of this component.
getRole() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the role of this component.
getRole() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Returns the role of the required component.
getRoleHint() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the role-hint of this component.
getRoleHint() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Returns the role-hint of the required component.
getSource() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
The location this information came from (descriptor file URI).
getThreshold() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
getThreshold(String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
getThreshold() - Method in interface org.codehaus.plexus.logging.Logger
 
getThreshold() - Method in interface org.codehaus.plexus.logging.LoggerManager
Returns the current threshold for all new loggers.
getThreshold(String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
getThreshold(String, String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
getType() - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Gets the type of dependency, for example a "jar".
getValue() - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the value of this configuration.
getValue(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the value of this configuration, or default if one cannot be found.
getVersion() - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Returns a specific point in a project's timeline.
getVersion() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns a specific point in a components's project timeline.

H

hasChildContainer(String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns true if this container has a child with the given name.
hasComponent(String) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
hasComponent(String, String) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
hasComponent(String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns true if this container has the keyed component.
hasComponent(String, String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns true if this container has a component with the given role/role-hint.
hasConfiguration() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns true if this component has a configuration.
hashCode() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
hashCode() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
 
hide(Object) - Method in interface org.codehaus.plexus.context.Context
Hides the item in the containerContext.

I

IGNORE_CONTAINER_CONFIGURATION - Static variable in class org.codehaus.plexus.PlexusConstants
Context key for the variable that determines whether to load the container configuration file.
info(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
info(String) - Method in interface org.codehaus.plexus.logging.Logger
 
info(String, Throwable) - Method in interface org.codehaus.plexus.logging.Logger
 
Initializable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
 
InitializationException - Exception in org.codehaus.plexus.personality.plexus.lifecycle.phase
Indicates a problem occurred when initialising a component.
InitializationException(String) - Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
 
InitializationException(String, Throwable) - Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
 
initialize() - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
 
isDebugEnabled() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
isDebugEnabled() - Method in interface org.codehaus.plexus.logging.Logger
 
isErrorEnabled() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
isErrorEnabled() - Method in interface org.codehaus.plexus.logging.Logger
 
isFatalErrorEnabled() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
isFatalErrorEnabled() - Method in interface org.codehaus.plexus.logging.Logger
 
isInfoEnabled() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
isInfoEnabled() - Method in interface org.codehaus.plexus.logging.Logger
 
isIsolatedRealm() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns true if this may be in an isolated classrealm.
isIsolatedRealm() - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Returns true if this set may be in an isolated classrealm.
isReloadingEnabled() - Method in interface org.codehaus.plexus.PlexusContainer
Returns true if a component's metadata may be reloaded, otherwise, it may be loaded only once.
isValidThreshold(int) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
isWarnEnabled() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
isWarnEnabled() - Method in interface org.codehaus.plexus.logging.Logger
 

L

LEVEL_DEBUG - Static variable in interface org.codehaus.plexus.logging.Logger
Typecode for debugging messages.
LEVEL_DISABLED - Static variable in interface org.codehaus.plexus.logging.Logger
Typecode for disabled log levels.
LEVEL_ERROR - Static variable in interface org.codehaus.plexus.logging.Logger
Typecode for error messages.
LEVEL_FATAL - Static variable in interface org.codehaus.plexus.logging.Logger
Typecode for fatal error messages.
LEVEL_INFO - Static variable in interface org.codehaus.plexus.logging.Logger
Typecode for informational messages.
LEVEL_WARN - Static variable in interface org.codehaus.plexus.logging.Logger
Typecode for warning messages.
LogEnabled - Interface in org.codehaus.plexus.logging
 
Logger - Interface in org.codehaus.plexus.logging
 
LoggerManager - Interface in org.codehaus.plexus.logging
 
lookup(String) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(String, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(String, String) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(String, String, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(Class, String) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(Class, String, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(Class) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(Class, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookup(String) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
lookup(String, String) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
lookup(String) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique key or role.
lookup(String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique key or role.
lookup(String, String) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique role/role-hint combination.
lookup(String, String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique role/role-hint combination.
lookup(Class) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique key or role.
lookup(Class, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique key or role.
lookup(Class, String) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique role/role-hint combination.
lookup(Class, String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique role/role-hint combination.
lookupList(String) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupList(String, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupList(Class) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupList(Class, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupList(String) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
lookupList(String) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupList(String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupList(Class) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupList(Class, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupMap(String) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupMap(String, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupMap(Class) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupMap(Class, ClassRealm) - Method in interface org.codehaus.plexus.ComponentLookupManager
 
lookupMap(String) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
lookupMap(String) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
lookupMap(String, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
lookupMap(Class) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
lookupMap(Class, ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.

M

makeReadOnly() - Method in interface org.codehaus.plexus.context.Context
Make the containerContext read-only.

O

org.codehaus.plexus - package org.codehaus.plexus
 
org.codehaus.plexus.component.composition - package org.codehaus.plexus.component.composition
 
org.codehaus.plexus.component.discovery - package org.codehaus.plexus.component.discovery
 
org.codehaus.plexus.component.reloading - package org.codehaus.plexus.component.reloading
 
org.codehaus.plexus.component.repository - package org.codehaus.plexus.component.repository
 
org.codehaus.plexus.component.repository.exception - package org.codehaus.plexus.component.repository.exception
 
org.codehaus.plexus.configuration - package org.codehaus.plexus.configuration
 
org.codehaus.plexus.context - package org.codehaus.plexus.context
 
org.codehaus.plexus.logging - package org.codehaus.plexus.logging
 
org.codehaus.plexus.personality.plexus.lifecycle.phase - package org.codehaus.plexus.personality.plexus.lifecycle.phase
 

P

PLEXUS_CORE_REALM - Static variable in class org.codehaus.plexus.PlexusConstants
Key used to retrieve the core classworlds realm from the containerContext.
PLEXUS_DEFAULT_HINT - Static variable in class org.codehaus.plexus.PlexusConstants
The role-hint to use for components or lookups that do not specify a role.
PLEXUS_KEY - Static variable in class org.codehaus.plexus.PlexusConstants
Key used to retrieve the plexus container from the containerContext.
PlexusConfiguration - Interface in org.codehaus.plexus.configuration
A configuration data hierarchy for configuring aspects of plexus.
PlexusConfigurationException - Exception in org.codehaus.plexus.configuration
Exception that is thrown when an expected configuration value encounters problems loading correctly.
PlexusConfigurationException(String) - Constructor for exception org.codehaus.plexus.configuration.PlexusConfigurationException
Construct a new PlexusConfigurationException instance.
PlexusConfigurationException(String, Throwable) - Constructor for exception org.codehaus.plexus.configuration.PlexusConfigurationException
Construct a new PlexusConfigurationException instance.
PlexusConstants - Class in org.codehaus.plexus
 
PlexusConstants() - Constructor for class org.codehaus.plexus.PlexusConstants
 
PlexusContainer - Interface in org.codehaus.plexus
The core component of Plexus.
PlexusContainerException - Exception in org.codehaus.plexus
Container execution exception.
PlexusContainerException(String, Throwable) - Constructor for exception org.codehaus.plexus.PlexusContainerException
Construct a new PlexusContainerException instance.
PlexusContainerException(String) - Constructor for exception org.codehaus.plexus.PlexusContainerException
Construct a new PlexusContainerException instance.
put(Object, Object) - Method in interface org.codehaus.plexus.context.Context
Adds the item to the containerContext.

R

registerComponentDiscoveryListener(ComponentDiscoveryListener) - Method in interface org.codehaus.plexus.PlexusContainer
Adds the listener to this container.
release(Object) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
release(Object) - Method in interface org.codehaus.plexus.PlexusContainer
Releases the component from the container.
releaseAll(Map) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
releaseAll(List) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.ServiceLocator
 
releaseAll(Map) - Method in interface org.codehaus.plexus.PlexusContainer
Releases all Mapped component values from the container.
releaseAll(List) - Method in interface org.codehaus.plexus.PlexusContainer
Releases all Listed components from the container.
removeChildContainer(String) - Method in interface org.codehaus.plexus.PlexusContainer
Removes the keyed child from this container.
removeComponentDiscoveryListener(ComponentDiscoveryListener) - Method in interface org.codehaus.plexus.PlexusContainer
Removes the listener from this container.
resume() - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Suspendable
 
resume(Object) - Method in interface org.codehaus.plexus.PlexusContainer
Attempts to resume execution of the component.
returnComponentLogger(String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
returnComponentLogger(String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
returnComponentLogger(String, String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
ROLE - Static variable in interface org.codehaus.plexus.ComponentLookupManager
 
ROLE - Static variable in interface org.codehaus.plexus.logging.LoggerManager
 
ROLE - Static variable in interface org.codehaus.plexus.PlexusContainer
 

S

service(ServiceLocator) - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable
 
Serviceable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
Indicates that a class wants a hold on a ServiceLocator.
ServiceLocator - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
Provides services to components by means of a lookup.
setAlias(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the alias for this component.
setArtifactId(String) - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Sets the dependency's artifact ID.
setComponentComposer(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets a representation of the composer this component uses.
setComponentConfigurator(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the type of component configurator for this project.
setComponentFactory(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the id of the factory to use to create this component.
setComponentProfile(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
setComponents(List) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Sets a List of components as this set's contents.
setComponentSetDescriptor(ComponentSetDescriptor) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the component set descriptor of components and dependencies for this component.
setComponentType(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets this component's type.
setConfiguration(PlexusConfiguration) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the configuration hierarchy for this component.
setDependencies(List) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Sets a List of dependencies as this set's component dependencies.
setDescription(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets a description of this component for users to read.
setFieldMappingType(String) - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Sets the type of the field that will be populated by the required component.
setFieldName(String) - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Sets the name of the field that will be populated by the required component.
setGroupId(String) - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Sets the dependency's group ID.
setId(String) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Sets the identifier of this set.
setImplementation(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the implementation of this componet.
setInstantiationStrategy(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the instantiation-strategy for this component.
setIsolatedRealm(boolean) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets that this component may be in an isolated classrealm.
setIsolatedRealm(boolean) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
Sets that this set of components may be in an isolated classrealm.
setLifecycleHandler(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the lifecycle-handler for this component.
setLoggerManager(LoggerManager) - Method in interface org.codehaus.plexus.PlexusContainer
 
setLookupRealm(ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Sets the lookup realm to use for lookup calls that don't have a ClassRealm parameter.
setName(String) - Method in interface org.codehaus.plexus.PlexusContainer
 
setParentPlexusContainer(PlexusContainer) - Method in interface org.codehaus.plexus.PlexusContainer
Sets the parent of this container.
setRealmId(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Set the id of the ClassRealm that this component lives under.
setReloadingEnabled(boolean) - Method in interface org.codehaus.plexus.PlexusContainer
Sets the ability to reload a component's metadata multiple times.
setRole(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the role of this component.
setRole(String) - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Sets the role of the require component.
setRoleHint(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the role-hint of this component.
setRoleHint(String) - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Sets the role-hint of the require component.
setSource(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
The location this information came from (descriptor file URI).
setThreshold(int) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
setThreshold(String, int) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
setThreshold(int) - Method in interface org.codehaus.plexus.logging.Logger
 
setThreshold(int) - Method in interface org.codehaus.plexus.logging.LoggerManager
Sets the threshold for all new loggers.
setThreshold(String, int) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
setThreshold(String, String, int) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
setThresholds(int) - Method in interface org.codehaus.plexus.logging.LoggerManager
Sets the threshold for all loggers.
setType(String) - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Sets the dependency project's type.
setupLogger(Object) - Method in class org.codehaus.plexus.logging.AbstractLogEnabled
 
setupLogger(Object, String) - Method in class org.codehaus.plexus.logging.AbstractLogEnabled
 
setupLogger(Object, Logger) - Method in class org.codehaus.plexus.logging.AbstractLogEnabled
 
setVersion(String) - Method in class org.codehaus.plexus.component.repository.ComponentDependency
Sets the point in a project's development timeline
setVersion(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Sets the point in a components's project development timeline
shouldReload(String, PlexusContainer) - Method in interface org.codehaus.plexus.component.reloading.ComponentReloadingStrategy
Returns true if the given role in the container should be reloaded.
shouldReload(String, String, PlexusContainer) - Method in interface org.codehaus.plexus.component.reloading.ComponentReloadingStrategy
Returns true if the given role/role-hint in the container should be reloaded.
start() - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
 
Startable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
 
StartingException - Exception in org.codehaus.plexus.personality.plexus.lifecycle.phase
Error occuring while starting a component.
StartingException(String) - Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.StartingException
 
StartingException(String, Throwable) - Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.StartingException
 
stop() - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
 
StoppingException - Exception in org.codehaus.plexus.personality.plexus.lifecycle.phase
Error occuring while starting a component.
StoppingException(String) - Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.StoppingException
 
StoppingException(String, Throwable) - Constructor for exception org.codehaus.plexus.personality.plexus.lifecycle.phase.StoppingException
 
suspend() - Method in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Suspendable
 
suspend(Object) - Method in interface org.codehaus.plexus.PlexusContainer
Attempts to suspend execution of the component.
Suspendable - Interface in org.codehaus.plexus.personality.plexus.lifecycle.phase
 

T

toMapKey(String, String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
Creates a string key useful as keys in Map's.
toString() - Method in class org.codehaus.plexus.component.repository.ComponentDependency
 
toString() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
toString() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
 
toString() - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
 

W

warn(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
warn(String) - Method in interface org.codehaus.plexus.logging.Logger
 
warn(String, Throwable) - Method in interface org.codehaus.plexus.logging.Logger
 

A B C D E F G H I L M O P R S T W

Copyright © 2001-2008 Codehaus. All Rights Reserved.