Class ISModelRegistrationProvider
java.lang.Object
org.gcube.informationsystem.discovery.ISModelRegistrationProvider
- All Implemented Interfaces:
RegistrationProvider
A
RegistrationProvider for the core Information System (IS) model.
This class identifies the packages containing the core IS model types that need to be registered.
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the model.Returns a collection of packages that contain the model's type definitions.
-
Field Details
-
IS_MODEL_NAME
The name of the Information System model.- See Also:
-
-
Constructor Details
-
ISModelRegistrationProvider
public ISModelRegistrationProvider()
-
-
Method Details
-
getPackagesToRegister
Returns a collection of packages that contain the model's type definitions.- Specified by:
getPackagesToRegisterin interfaceRegistrationProvider- Returns:
- A collection of packages to be registered.
-
getModelName
Returns the name of the model.- Specified by:
getModelNamein interfaceRegistrationProvider- Returns:
- The model name.
-