BeanIO 2.0.4

org.beanio.internal.util
Interface StringUtil.PropertySource

All Known Implementing Classes:
XmlMappingParser
Enclosing class:
StringUtil

public static interface StringUtil.PropertySource

A source of property values.


Method Summary
 String getProperty(String key)
          Returns the property value for a given key.
 

Method Detail

getProperty

String getProperty(String key)
Returns the property value for a given key.

Parameters:
key - the property key
Returns:
the property value

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim