Interface ConfigurationFactory

All Known Implementing Classes:
SimpleConfigurationFactory

public interface ConfigurationFactory
Factory for creating Configuration from XML elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    getConfiguration(org.jdom2.Element e)
    Builds a Configuration from the given XML element.