Interface ConfigurationBuilder


public interface ConfigurationBuilder
Implementing classes should be able to build configuration from some textual source, or programatically.
Author:
Peter Verhas date Jul 23, 2012
  • Method Details

    • getConfiguration

      Configuration getConfiguration()
      Get the built configuration
      Returns:
      return value
    • setConfigurationSource

      void setConfigurationSource(InputStream is)