Class RRCTypesDiscoverer
java.lang.Object
org.gcube.informationsystem.resourceregistry.client.RRCTypesDiscoverer
- All Implemented Interfaces:
org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
public class RRCTypesDiscoverer
extends Object
implements org.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceRegistryClientImplThe Resource Registry Client implementation used for type discovery -
Constructor Summary
ConstructorsConstructorDescriptionRRCTypesDiscoverer(ResourceRegistryClientImpl resourceRegistryClient) Creates a new RRCTypesDiscoverer with the specified Resource Registry Client. -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.gcube.informationsystem.types.reference.Type>discover(org.gcube.informationsystem.base.reference.AccessType accessType)
-
Field Details
-
resourceRegistryClient
The Resource Registry Client implementation used for type discovery
-
-
Constructor Details
-
RRCTypesDiscoverer
Creates a new RRCTypesDiscoverer with the specified Resource Registry Client.- Parameters:
resourceRegistryClient- the ResourceRegistryClientImpl to use for type discovery
-
-
Method Details
-
discover
public Collection<org.gcube.informationsystem.types.reference.Type> discover(org.gcube.informationsystem.base.reference.AccessType accessType) - Specified by:
discoverin interfaceorg.gcube.informationsystem.model.knowledge.TypesDiscoverer<org.gcube.informationsystem.types.reference.Type>
-