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