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

A

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.
addChild(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Add a child element with a given name and return the newly created element.
addChild(String, String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Add a child element with a given name, and given value and return the newly created element.
addComponent(Object, String) - Method in interface org.codehaus.plexus.PlexusContainer
 
addComponent(T, Class<?>, String) - Method in interface org.codehaus.plexus.PlexusContainer
Adds live component instance to this container.
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.
addComponentModel(Object) - Method in interface org.codehaus.plexus.PlexusContainer
Adds a component model 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.
addRequirement(ComponentRequirement) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Add a project requirement to this component.
addRequirement(ComponentRequirement...) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Add a project requirement to this component.
addRequirements(List<ComponentRequirement>) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Adds a list of requirements to this component.

B

BaseLoggerManager - Class in org.codehaus.plexus.logging
Base class for all LoggerManagers which use cache of Loggers.
BaseLoggerManager() - Constructor for class org.codehaus.plexus.logging.BaseLoggerManager
 

C

ClassRealm - Class in org.codehaus.plexus.classworlds.realm
The class loading gateway.
ClassRealm(URL[]) - Constructor for class org.codehaus.plexus.classworlds.realm.ClassRealm
 
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<T> - Class in org.codehaus.plexus.component.repository
Component instantiation description.
ComponentDescriptor() - Constructor for class org.codehaus.plexus.component.repository.ComponentDescriptor
 
ComponentDescriptor(Class<T>, ClassRealm) - Constructor for class org.codehaus.plexus.component.repository.ComponentDescriptor
 
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.
ComponentDiscoveryEvent(ComponentSetDescriptor, Object) - Constructor for class org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent
 
ComponentDiscoveryListener - Interface in org.codehaus.plexus.component.discovery
A listener which responds in some way to component discovery by a PlexusContainer.
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, String, String) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
ComponentLookupException(String, String, String, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
ComponentLookupException(String, String, String, ClassRealm) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
ComponentLookupException(String, String, String, ClassRealm, Throwable) - Constructor for exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
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
 
ComponentRequirementList - Class in org.codehaus.plexus.component.repository
Created by IntelliJ IDEA.
ComponentRequirementList() - Constructor for class org.codehaus.plexus.component.repository.ComponentRequirementList
 
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
 
ConsoleLogger - Class in org.codehaus.plexus.logging.console
Logger sending everything to the standard output streams.
ConsoleLogger(int, String) - Constructor for class org.codehaus.plexus.logging.console.ConsoleLogger
 
ConsoleLoggerManager - Class in org.codehaus.plexus.logging.console
This is a simple logger manager that will only write the logging statements to the console.
ConsoleLoggerManager() - Constructor for class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
ConsoleLoggerManager(String) - Constructor for class org.codehaus.plexus.logging.console.ConsoleLoggerManager
This special constructor is called directly when the container is bootstrapping itself.
contains(Object) - Method in interface org.codehaus.plexus.context.Context
Returns true if this context contains a value for the specified key.
Context - Interface in org.codehaus.plexus.context
Context is a Map of arbitrary data associated with the 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
 
createChildRealm(String) - Method in interface org.codehaus.plexus.PlexusContainer
 
createLogger(String) - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
createLogger(int, String) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
CycleDetectedInComponentGraphException - Exception in org.codehaus.plexus.component.composition
Thrown when component composition goes awry.
CycleDetectedInComponentGraphException(String) - Constructor for exception org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException
Construct a new CompositionException instance.
CycleDetectedInComponentGraphException(String, Throwable) - Constructor for exception org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException
Construct a new CompositionException instance.

D

debug(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
debug(String, Throwable) - Method in class org.codehaus.plexus.logging.console.ConsoleLogger
 
debug(String) - Method in interface org.codehaus.plexus.logging.Logger
 
debug(String, Throwable) - Method in interface org.codehaus.plexus.logging.Logger
 
discoverComponents(ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Discovers components in the given realm.
discoverComponents(ClassRealm, Object) - Method in interface org.codehaus.plexus.PlexusContainer
 
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 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, Throwable) - Method in class org.codehaus.plexus.logging.console.ConsoleLogger
 
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, Throwable) - Method in class org.codehaus.plexus.logging.console.ConsoleLogger
 
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 class org.codehaus.plexus.logging.BaseLoggerManager
 
getActiveLoggerCount() - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
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.
getChildCount() - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Returns the number of directly children under this configuration.
getChildLogger(String) - Method in class org.codehaus.plexus.logging.console.ConsoleLogger
 
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(Class<T>, String, String) - 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(Class<T>, String) - 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(Class<T>, String) - 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.
getData() - Method in class org.codehaus.plexus.component.discovery.ComponentDiscoveryEvent
 
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 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.
getImplementationClass() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Returns the implementation class of this componet, or null if the implementation class can not be loaded.
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.
getLoggerForComponent(String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
getLoggerForComponent(String, String) - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
getLoggerForComponent(String, String) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
getLoggerForComponent(String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
getLoggerForComponent(String, String) - Method in interface org.codehaus.plexus.logging.LoggerManager
 
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.
getMessage() - Method in exception org.codehaus.plexus.component.repository.exception.ComponentLookupException
 
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
 
getRealm() - 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.
getRoleClass() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
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.
getRoleHint() - Method in class org.codehaus.plexus.component.repository.ComponentRequirementList
 
getRoleHints() - Method in class org.codehaus.plexus.component.repository.ComponentRequirementList
 
getSource() - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
The location this information came from (descriptor file URI).
getSource() - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
 
getThreshold() - Method in class org.codehaus.plexus.logging.AbstractLogger
 
getThreshold(String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
getThreshold() - Method in class org.codehaus.plexus.logging.BaseLoggerManager
Returns the current threshold for all new loggers.
getThreshold(String, String) - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
getThreshold() - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
getThreshold(String, String) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
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
 
getThresholdAsString() - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
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

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.
hasComponent(Class<?>) - Method in interface org.codehaus.plexus.PlexusContainer
Returns true if this container has a component with the given role/role-hint.
hasComponent(Class<?>, String) - Method in interface org.codehaus.plexus.PlexusContainer
Returns true if this container has a component with the given role/role-hint.
hasComponent(Class<?>, 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

info(String) - Method in class org.codehaus.plexus.logging.AbstractLogger
 
info(String, Throwable) - Method in class org.codehaus.plexus.logging.console.ConsoleLogger
 
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 class org.codehaus.plexus.logging.BaseLoggerManager
 
initialize() - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
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.
isOptional() - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Whether this component requirement is optional and needs not be satisfied
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.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(Class<T>) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object with the given unique key or role.
lookup(Class<T>, 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<T>, 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(ComponentDescriptor<T>) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a component object matching the given component descriptor.
lookupList(String) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupList(String, List<String>) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupList(Class<T>) - Method in interface org.codehaus.plexus.PlexusContainer
Looks up and returns a List of component objects with the given role.
lookupList(Class<T>, List<String>) - 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.PlexusContainer
Looks up and returns a Map of component objects with the given role, keyed by all available role-hints.
lookupMap(String, List<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(Class<T>) - 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<T>, List<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.

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.classworlds.realm - package org.codehaus.plexus.classworlds.realm
 
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.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.logging.console - package org.codehaus.plexus.logging.console
 
org.codehaus.plexus.personality.plexus.lifecycle.phase - package org.codehaus.plexus.personality.plexus.lifecycle.phase
 

P

parseThreshold(String) - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
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
PlexusContainer is the entry-point for loading and accessing other components.
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.PlexusContainer
Releases the component from the container.
releaseAll(Map<String, ?>) - 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.
removeComponentDiscoveryListener(ComponentDiscoveryListener) - Method in interface org.codehaus.plexus.PlexusContainer
Removes the listener from this container.
removeComponentRealm(ClassRealm) - Method in interface org.codehaus.plexus.PlexusContainer
Dissociate the realm with the specified id from the container.
removeRequirement(ComponentRequirement...) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Remove a project requirement from this component.
removeRequirements(List<ComponentRequirement>) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Removes a list of requirements from this component.
returnComponentLogger(String) - Method in class org.codehaus.plexus.logging.AbstractLoggerManager
 
returnComponentLogger(String, String) - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
returnComponentLogger(String, String) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
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.logging.LoggerManager
 
ROLE - Static variable in interface org.codehaus.plexus.PlexusContainer
 

S

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.
setAttribute(String, String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Sets an attribute on this configuration.
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<ComponentDescriptor<?>>) - 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<ComponentDependency>) - 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.
setImplementationClass(Class<? extends T>) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
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.
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.configuration.PlexusConfiguration
Sets the name of this configuration.
setOptional(boolean) - Method in class org.codehaus.plexus.component.repository.ComponentRequirement
Controls whether a failure to satisfy this requirement can be tolerated by host component or whether construction of the host component should also fail.
setRealm(ClassRealm) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
Set the ClassRealm that this component lives under.
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.
setRoleClass(Class<T>) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
 
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.
setRoleHints(List<String>) - Method in class org.codehaus.plexus.component.repository.ComponentRequirementList
 
setSource(String) - Method in class org.codehaus.plexus.component.repository.ComponentDescriptor
The location this information came from (descriptor file URI).
setSource(String) - Method in class org.codehaus.plexus.component.repository.ComponentSetDescriptor
 
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 class org.codehaus.plexus.logging.BaseLoggerManager
Sets the threshold for all new loggers.
setThreshold(String, String, int) - Method in class org.codehaus.plexus.logging.BaseLoggerManager
 
setThreshold(int) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
setThreshold(String, String, int) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
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 class org.codehaus.plexus.logging.BaseLoggerManager
Sets the threshold for all new loggers.
setThresholds(int) - Method in class org.codehaus.plexus.logging.console.ConsoleLoggerManager
 
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.
setValue(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Set the value of a configuration element.
setValueAndGetSelf(String) - Method in interface org.codehaus.plexus.configuration.PlexusConfiguration
Set the value of a configuration element and return the PlexusConfiguration object so that further operations can be carried out.
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

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, Throwable) - Method in class org.codehaus.plexus.logging.console.ConsoleLogger
 
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 
Skip navigation links

Copyright © 2022 Unidal Organization. All rights reserved.