Interface ConfigurationParser<T>

All Known Implementing Classes:
FacebookConnectionFactoryConfigParser

public interface ConfigurationParser<T>
Parses a configuration to create an object as result.
Author:
avasquez
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(org.apache.commons.configuration2.HierarchicalConfiguration config)
    Parses the specified config.
  • Method Details

    • parse

      T parse(org.apache.commons.configuration2.HierarchicalConfiguration config) throws ConfigurationException
      Parses the specified config.
      Parameters:
      config - the config to parse
      Returns:
      the object created from the config
      Throws:
      ConfigurationException