org.constretto.internal.converter
Class PropertyFileValueConverter

java.lang.Object
  extended by org.constretto.internal.converter.PropertyFileValueConverter
All Implemented Interfaces:
ValueConverter<java.util.Properties>

public class PropertyFileValueConverter
extends java.lang.Object
implements ValueConverter<java.util.Properties>

Author:
Thor Åge Eldby (teldby)

Constructor Summary
PropertyFileValueConverter()
           
 
Method Summary
 java.util.Properties fromString(java.lang.String resourceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFileValueConverter

public PropertyFileValueConverter()
Method Detail

fromString

public java.util.Properties fromString(java.lang.String resourceName)
                                throws ConstrettoConversionException
Specified by:
fromString in interface ValueConverter<java.util.Properties>
Throws:
ConstrettoConversionException


Copyright © 2008-2011. All Rights Reserved.