Class PathConverter
java.lang.Object
org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
org.codehaus.plexus.component.configurator.converters.basic.FileConverter
org.codehaus.plexus.component.configurator.converters.basic.PathConverter
- All Implemented Interfaces:
ConfigurationConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canConvert
(Class<?> type) fromConfiguration
(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) Methods inherited from class org.codehaus.plexus.component.configurator.converters.basic.FileConverter
fromString
Methods inherited from class org.codehaus.plexus.component.configurator.converters.basic.AbstractBasicConverter
fromExpression, fromString
Methods inherited from class org.codehaus.plexus.component.configurator.converters.AbstractConfigurationConverter
failIfNotTypeCompatible, fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObject
-
Constructor Details
-
PathConverter
public PathConverter()
-
-
Method Details
-
canConvert
- Specified by:
canConvert
in interfaceConfigurationConverter
- Overrides:
canConvert
in classFileConverter
-
fromConfiguration
public Object fromConfiguration(ConverterLookup lookup, PlexusConfiguration configuration, Class<?> type, Class<?> enclosingType, ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener) throws ComponentConfigurationException - Specified by:
fromConfiguration
in interfaceConfigurationConverter
- Overrides:
fromConfiguration
in classFileConverter
- Throws:
ComponentConfigurationException
-