Uses of Interface
org.codehaus.plexus.component.configurator.ConfigurationListener
Packages that use ConfigurationListener
Package
Description
Sisu-Plexus backend implementation.
-
Uses of ConfigurationListener in org.codehaus.plexus.component.configurator
Methods in org.codehaus.plexus.component.configurator with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionvoid
AbstractComponentConfigurator.configureComponent
(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) void
BasicComponentConfigurator.configureComponent
(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) void
ComponentConfigurator.configureComponent
(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) void
MapOrientedComponentConfigurator.configureComponent
(Object component, PlexusConfiguration configuration, ExpressionEvaluator evaluator, org.codehaus.plexus.classworlds.realm.ClassRealm realm, ConfigurationListener listener) -
Uses of ConfigurationListener in org.codehaus.plexus.component.configurator.converters
Methods in org.codehaus.plexus.component.configurator.converters with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionConfigurationConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) ParameterizedConfigurationConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) -
Uses of ConfigurationListener in org.codehaus.plexus.component.configurator.converters.basic
Methods in org.codehaus.plexus.component.configurator.converters.basic with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionAbstractBasicConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) EnumConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) FileConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) -
Uses of ConfigurationListener in org.codehaus.plexus.component.configurator.converters.composite
Methods in org.codehaus.plexus.component.configurator.converters.composite with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionprotected final Collection<Object>
AbstractCollectionConverter.fromChildren
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener, Class<?> elementType) ArrayConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) CollectionConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) CollectionConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) MapConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) MapConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Type[] typeArguments, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) ObjectWithFieldsConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) PlexusConfigurationConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) PropertiesConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) void
ObjectWithFieldsConverter.processConfiguration
(ConverterLookup lookup, Object bean, ClassLoader loader, PlexusConfiguration configuration, ExpressionEvaluator evaluator, ConfigurationListener listener) -
Uses of ConfigurationListener in org.codehaus.plexus.component.configurator.converters.special
Methods in org.codehaus.plexus.component.configurator.converters.special with parameters of type ConfigurationListenerModifier and TypeMethodDescriptionClassRealmConverter.fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) -
Uses of ConfigurationListener in org.eclipse.sisu.plexus
Fields in org.eclipse.sisu.plexus declared as ConfigurationListenerModifier and TypeFieldDescriptionprivate final ConfigurationListener
CompositeBeanHelper.listener
Constructors in org.eclipse.sisu.plexus with parameters of type ConfigurationListenerModifierConstructorDescriptionCompositeBeanHelper
(ConverterLookup lookup, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener)