Class MetadataFormatReader
- java.lang.Object
-
- org.gcube.common.metadataprofilediscovery.reader.MetadataFormatReader
-
public class MetadataFormatReader extends Object
The Class MetadataFormatReader.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 19, 2017
-
-
Constructor Summary
Constructors Constructor Description MetadataFormatReader(org.gcube.common.scope.impl.ScopeBean scope, String resourceID)Instantiates a new medata format reader.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataFormatgetMetadataFormat()Gets the metadata format.StringgetResourceID()Gets the resource id.org.gcube.common.scope.impl.ScopeBeangetScope()Gets the scope.
-
-
-
Method Detail
-
getScope
public org.gcube.common.scope.impl.ScopeBean getScope()
Gets the scope.- Returns:
- the scope
-
getMetadataFormat
public MetadataFormat getMetadataFormat()
Gets the metadata format.- Returns:
- the metadataFormat
-
getResourceID
public String getResourceID()
Gets the resource id.- Returns:
- the resourceID
-
-