com.pietschy.command.configuration.impl
Interface ConfigurationParser

All Known Implementing Classes:
DefaultConfigurationParser

interface ConfigurationParser

Defines configuration parser interface.


Method Summary
 void parse(java.util.ResourceBundle bundle)
          Invoked to parse the specified ResourceBundle.
 

Method Detail

parse

void parse(java.util.ResourceBundle bundle)
           throws ParseException
Invoked to parse the specified ResourceBundle.

Parameters:
bundle - the resource bundle to parse.
Throws:
ParseException - if there was an error parsing the bundle.


Copyright © 2006 - 2007 Andrew Pietsch