Package com.scriptbasic.interfaces
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 Summary
Modifier and TypeMethodDescriptionGet the built configurationvoid
-
Method Details
-
getConfiguration
Configuration getConfiguration()Get the built configuration- Returns:
- return value
-
setConfigurationSource
-