Class OpenConnectorArchiveWriter

java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.archiveutilities.openconnectors.OpenConnectorArchiveWriter

public class OpenConnectorArchiveWriter extends org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
OpenConnectorArchiveWriter creates an open metadata archive that includes the connector type information for all open connectors supplied by the egeria project.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor initializes the archive.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchive
    Returns the open metadata archive containing new metadata entities.
    static void
    main(String[] args)
    Main program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OpenConnectorArchiveWriter

      public OpenConnectorArchiveWriter()
      Default constructor initializes the archive.
  • Method Details

    • getOpenMetadataArchive

      public org.odpi.openmetadata.repositoryservices.connectors.stores.archivestore.properties.OpenMetadataArchive getOpenMetadataArchive()
      Returns the open metadata archive containing new metadata entities.
      Returns:
      populated open metadata archive object
    • main

      public static void main(String[] args)
      Main program to initiate the archive writer for the connector types for data store connectors supported by the Egeria project.
      Parameters:
      args - ignored