Interface SupplierSourceSpecification
-
public interface SupplierSourceSpecification
Provides the specification of the Supplier to be loaded by the particularSupplierSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupplierSourceProperty[]
getProperties()
Obtains the specification of the properties for the Supplier.
-
-
-
Method Detail
-
getProperties
SupplierSourceProperty[] getProperties()
Obtains the specification of the properties for the Supplier.- Returns:
- Property specification.
-
-