Uses of Class
org.codehaus.plexus.component.configurator.ComponentConfigurationException
Packages that use ComponentConfigurationException
Package
Description
-
Uses of ComponentConfigurationException in org.codehaus.plexus.component
Methods in org.codehaus.plexus.component that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionvoidMapOrientedComponent.addComponentRequirement(ComponentRequirement requirementDescriptor, Object requirementValue) voidMapOrientedComponent.setComponentConfiguration(Map componentConfiguration) -
Uses of ComponentConfigurationException in org.codehaus.plexus.component.configurator
Methods in org.codehaus.plexus.component.configurator that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionvoidAbstractComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm) voidAbstractComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm) voidAbstractComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener) voidBasicComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener) voidComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm) voidComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm) voidComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener) voidMapOrientedComponentConfigurator.configureComponent(Object component, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, org.codehaus.plexus.classworlds.realm.ClassRealm containerRealm, ConfigurationListener listener) -
Uses of ComponentConfigurationException in org.codehaus.plexus.component.configurator.converters
Methods in org.codehaus.plexus.component.configurator.converters that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionvoidComponentValueSetter.configure(PlexusConfiguration config, ClassLoader classLoader, ExpressionEvaluator evaluator) AbstractConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator) ConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator) ConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) protected ObjectAbstractConfigurationConverter.fromExpression(PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator) protected ObjectAbstractConfigurationConverter.fromExpression(PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, Class type) protected ClassAbstractConfigurationConverter.getClassForImplementationHint(Class type, PlexusConfiguration configuration, ClassLoader classLoader) We will check if user has provided a hint which class should be used for given field.protected ObjectAbstractConfigurationConverter.instantiateObject(Class clazz) protected ObjectAbstractConfigurationConverter.instantiateObject(String classname, ClassLoader classLoader) protected ClassAbstractConfigurationConverter.loadClass(String classname, ClassLoader classLoader) Constructors in org.codehaus.plexus.component.configurator.converters that throw ComponentConfigurationExceptionModifierConstructorDescriptionComponentValueSetter(String fieldName, Object object, ConverterLookup lookup) ComponentValueSetter(String fieldName, Object object, ConverterLookup lookup, ConfigurationListener listener) -
Uses of ComponentConfigurationException in org.codehaus.plexus.component.configurator.converters.basic
Methods in org.codehaus.plexus.component.configurator.converters.basic that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionAbstractBasicConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) EnumConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) FileConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) protected ObjectAbstractBasicConverter.fromExpression(PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, Class type) protected abstract ObjectAbstractBasicConverter.fromString(String str) ClassConverter.fromString(String str) IntConverter.fromString(String str) UriConverter.fromString(String str) UrlConverter.fromString(String str) -
Uses of ComponentConfigurationException in org.codehaus.plexus.component.configurator.converters.composite
Methods in org.codehaus.plexus.component.configurator.converters.composite that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionArrayConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) CollectionConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) MapConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) ObjectWithFieldsConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) PlexusConfigurationConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) PropertiesConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) voidObjectWithFieldsConverter.processConfiguration(ConverterLookup converterLookup, Object object, ClassLoader classLoader, PlexusConfiguration configuration) voidObjectWithFieldsConverter.processConfiguration(ConverterLookup converterLookup, Object object, ClassLoader classLoader, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator) voidObjectWithFieldsConverter.processConfiguration(ConverterLookup converterLookup, Object object, ClassLoader classLoader, PlexusConfiguration configuration, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener) -
Uses of ComponentConfigurationException in org.codehaus.plexus.component.configurator.converters.lookup
Methods in org.codehaus.plexus.component.configurator.converters.lookup that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionConverterLookup.lookupConverterForType(Class<?> type) DefaultConverterLookup.lookupConverterForType(Class<?> type) -
Uses of ComponentConfigurationException in org.codehaus.plexus.component.configurator.converters.special
Methods in org.codehaus.plexus.component.configurator.converters.special that throw ComponentConfigurationExceptionModifier and TypeMethodDescriptionClassRealmConverter.fromConfiguration(ConverterLookup converterLookup, PlexusConfiguration configuration, Class type, Class baseType, ClassLoader classLoader, ExpressionEvaluator expressionEvaluator, ConfigurationListener listener)