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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FactoryInformation>
getFactories()
-
-
-
Method Detail
-
getFactories
List<FactoryInformation> getFactories()
- Returns:
- Returns a list of all factories that are specified in the configuration.
-
-