public class LocatorFromStringConverter extends Object implements IConverter<String,ILocator>
| Constructor and Description |
|---|
LocatorFromStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
ILocator |
convert(String source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public ILocator convert(String source) throws ConversionException
IConverterconvert in interface IConverter<String,ILocator>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<String,ILocator>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<String,ILocator>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.