Interface FactoryConfiguration
- All Known Implementing Classes:
XMLConfiguration
public interface FactoryConfiguration
The configuration of the factories including the implementations and the corresponding
parameters.
- Author:
- Rainer Maximini
-
Method Summary
-
Method Details
-
getFactories
List<FactoryInformation> getFactories()- Returns:
- Returns a list of all factories that are specified in the configuration.
-