com.shimari.framework
Interface ConfigReader

All Known Implementing Classes:
PropertiesConfigReader

public interface ConfigReader

Parse input streams for Config.


Method Summary
 boolean handlesFileType(java.lang.String extension)
          Returns true if this read can parse files with the supplied extension, eg "properties" or "xml".
 void parse(ConfigUpdater updater, java.io.BufferedReader in)
           
 

Method Detail

handlesFileType

public boolean handlesFileType(java.lang.String extension)
Returns true if this read can parse files with the supplied extension, eg "properties" or "xml".


parse

public void parse(ConfigUpdater updater,
                  java.io.BufferedReader in)
           throws java.io.IOException
Throws:
java.io.IOException