Class MetadataFormatDiscovery
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.reader.MetadataFormatDiscovery
-
public class MetadataFormatDiscovery extends Object
The Class MetadataFormatDiscovery.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Sep 30, 2020
-
-
Constructor Summary
Constructors Constructor Description MetadataFormatDiscovery(org.gcube.common.scope.impl.ScopeBean scope, String secondaryType, String resourceName)Instantiates a new metadata format discovery.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MetadataProfile>getMetadataProfiles()Gets the metadata types.org.gcube.common.scope.impl.ScopeBeangetScope()Gets the scope.StringgetSecondaryType()Gets the secondary type.
-
-
-
Constructor Detail
-
MetadataFormatDiscovery
public MetadataFormatDiscovery(org.gcube.common.scope.impl.ScopeBean scope, String secondaryType, String resourceName) throws ExceptionInstantiates a new metadata format discovery.- Parameters:
scope- the scopesecondaryType- the secondary type- Throws:
Exception- the exception
-
-
Method Detail
-
getSecondaryType
public String getSecondaryType()
Gets the secondary type.- Returns:
- the secondary type
-
getScope
public org.gcube.common.scope.impl.ScopeBean getScope()
Gets the scope.- Returns:
- the scope
-
getMetadataProfiles
public List<MetadataProfile> getMetadataProfiles()
Gets the metadata types.- Returns:
- the metadataTypes
-
-