org.eclipse.sisu.plexus
Package Index
|
Class Index
org.codehaus.plexus
org.codehaus.plexus.component
org.codehaus.plexus.component.composition
org.codehaus.plexus.component.configurator
org.codehaus.plexus.component.configurator.converters
org.codehaus.plexus.component.configurator.converters.basic
org.codehaus.plexus.component.configurator.converters.composite
org.codehaus.plexus.component.configurator.converters.lookup
org.codehaus.plexus.component.configurator.converters.special
org.codehaus.plexus.component.configurator.expression
org.codehaus.plexus.component.factory
org.codehaus.plexus.component.repository
org.codehaus.plexus.component.repository.exception
org.codehaus.plexus.configuration
org.codehaus.plexus.configuration.xml
org.codehaus.plexus.context
org.codehaus.plexus.logging
org.codehaus.plexus.logging.console
org.codehaus.plexus.personality.plexus.lifecycle.phase
org.eclipse.sisu.plexus
Interfaces
ComponentConfigurator
ConfigurationListener
Classes
AbstractComponentConfigurator
BasicComponentConfigurator
MapOrientedComponentConfigurator
Exceptions
ComponentConfigurationException
Package Index
|
Class Index
public interface
ConfigurationListener
org.codehaus.plexus.component.configurator.ConfigurationListener
Summary
Public Methods
abstract void
notifyFieldChangeUsingReflection
(
String
name,
Object
value,
Object
component)
abstract void
notifyFieldChangeUsingSetter
(
String
name,
Object
value,
Object
component)
Public Methods
public abstract void
notifyFieldChangeUsingReflection
(
String
name,
Object
value,
Object
component)
public abstract void
notifyFieldChangeUsingSetter
(
String
name,
Object
value,
Object
component)