Interface ConfigurationFactory
public interface ConfigurationFactory
Creates instances of objects which are compliant with the model described by the owning
ConfigurationModel.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>Returns the type of the object to be returned by this instanceReturns a new instance of an object which is compliant with the model described by the owningConfigurationModel.
-
Method Details