Interface AdministrationSourceSpecification
public interface AdministrationSourceSpecification
Specification of a
AdministrationSource. This is different to the
AdministrationSourceMetaData as it specifies how to configure the
AdministrationSource to then obtain its
AdministrationSourceMetaData based on the configuration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the specification of the properties for theAdministrationSource.
-
Method Details
-
getProperties
AdministrationSourceProperty[] getProperties()Obtains the specification of the properties for theAdministrationSource.- Returns:
- Property specification.
-