fnug.config
Interface ConfigParser

All Known Implementing Classes:
JsonConfigParser

public interface ConfigParser

Interface for config parsers.

Author:
Martin Algesten

Method Summary
 Config parse(Resource res)
          Parse the given resource into a config.
 

Method Detail

parse

Config parse(Resource res)
             throws ConfigParseException
Parse the given resource into a config.

Parameters:
res - the resource to parse.
Returns:
the config.
Throws:
ConfigParseException - if the resource parsing fails.


Copyright © 2012. All Rights Reserved.