Class NonXMLMetadataHandlers

java.lang.Object
edu.ucsb.nceas.metacat.object.handler.NonXMLMetadataHandlers

public class NonXMLMetadataHandlers extends Object
The factory and utility methods for the NonXMLMetadataHandlers
Author:
tao
  • Field Details

    • JSON_LD

      public static String 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.