Package org.serviceconnector.conf
Class ServiceListConfiguration
java.lang.Object
org.serviceconnector.conf.ServiceListConfiguration
The Class ServiceListConfiguration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the service configurations.voidload(org.apache.commons.configuration2.CompositeConfiguration config) Load.
-
Constructor Details
-
ServiceListConfiguration
public ServiceListConfiguration()
-
-
Method Details
-
load
public void load(org.apache.commons.configuration2.CompositeConfiguration config) throws SCMPValidatorException Load.- Parameters:
config- the config- Throws:
SCMPValidatorException- the sCMP validator exception
-
getServiceConfigurations
Gets the service configurations.- Returns:
- the service configurations
-