Uses of Class
org.gcube.common.metadataprofilediscovery.bean.MetadataProfile
-
Packages that use MetadataProfile Package Description org.gcube.common.metadataprofilediscovery org.gcube.common.metadataprofilediscovery.reader -
-
Uses of MetadataProfile in org.gcube.common.metadataprofilediscovery
Methods in org.gcube.common.metadataprofilediscovery that return types with arguments of type MetadataProfile Modifier and Type Method Description List<MetadataProfile>MetadataProfileDiscovery. getListOfMetadataProfiles()Gets the list of metadata types.List<MetadataProfile>MetadataProfileReader. getListOfMetadataProfiles()Gets the list of metadata profiles.Methods in org.gcube.common.metadataprofilediscovery with parameters of type MetadataProfile Modifier and Type Method Description MetadataFormatMetadataProfileDiscovery. getMetadataFormatForMetadataProfile(MetadataProfile type)Gets the metadata format for metadata type.MetadataFormatMetadataProfileReader. getMetadataFormatForMetadataProfile(MetadataProfile profile)Gets the metadata format for metadata profile. -
Uses of MetadataProfile in org.gcube.common.metadataprofilediscovery.reader
Methods in org.gcube.common.metadataprofilediscovery.reader that return types with arguments of type MetadataProfile Modifier and Type Method Description List<MetadataProfile>MetadataFormatDiscovery. getMetadataProfiles()Gets the metadata types.
-