Interface AdministrationSourceSpecification
-
public interface AdministrationSourceSpecification
Specification of aAdministrationSource
. This is different to theAdministrationSourceMetaData
as it specifies how to configure theAdministrationSource
to then obtain itsAdministrationSourceMetaData
based on the configuration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdministrationSourceProperty[]
getProperties()
Obtains the specification of the properties for theAdministrationSource
.
-
-
-
Method Detail
-
getProperties
AdministrationSourceProperty[] getProperties()
Obtains the specification of the properties for theAdministrationSource
.- Returns:
- Property specification.
-
-