Class NonXMLMetadataHandlers
java.lang.Object
edu.ucsb.nceas.metacat.object.handler.NonXMLMetadataHandlers
The factory and utility methods for the NonXMLMetadataHandlers
- Author:
- tao
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NonXMLMetadataHandler
newNonXMLMetadataHandler
(org.dataone.service.types.v1.ObjectFormatIdentifier formatId) Create a NonXMLMetadataHandler instance to handle the given formatId.
-
Field Details
-
JSON_LD
-
-
Constructor Details
-
NonXMLMetadataHandlers
public NonXMLMetadataHandlers()
-
-
Method Details
-
newNonXMLMetadataHandler
public static NonXMLMetadataHandler newNonXMLMetadataHandler(org.dataone.service.types.v1.ObjectFormatIdentifier formatId) Create a NonXMLMetadataHandler instance to handle the given formatId. If null is returned, this means that the given formatId is not a non-XML meta data type.- Parameters:
formatId
- the object format identifier which will be processed- Returns:
- a instance of a handler which will handler this type. Null will be returned if Metacat cannot find one for this object format identifier.
-