org.codehaus.plexus.component.configurator.converters.basic
Class UriConverter
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.UriConverter
- All Implemented Interfaces:
- ConfigurationConverter
public class UriConverter
- extends AbstractBasicConverter
Converter for URI
objects.
- Version:
- $Id: UriConverter.java 6935 2007-10-06 08:15:56Z user57 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriConverter
public UriConverter()
canConvert
public boolean canConvert(Class type)
fromString
public Object fromString(String str)
throws ComponentConfigurationException
- Specified by:
fromString
in class AbstractBasicConverter
- Throws:
ComponentConfigurationException
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.