- 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.
- 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.
- 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.
- 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.
- 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.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.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.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.
- 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.
- 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
-