Class CorePackArchiveWriter

java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
org.odpi.openmetadata.archiveutilities.openconnectors.base.ContentPackBaseArchiveWriter
org.odpi.openmetadata.archiveutilities.openconnectors.core.CorePackArchiveWriter

public class CorePackArchiveWriter extends ContentPackBaseArchiveWriter
CorePackArchiveWriter creates an open metadata archive that includes the connector type information for the default open connectors supplied by the egeria project.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    Implemented by subclass to add the content.
    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 org.odpi.openmetadata.archiveutilities.openconnectors.base.ContentPackBaseArchiveWriter

    writeOpenMetadataArchive

    Methods inherited from class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter

    getOpenMetadataArchive, setArchiveBuilder, writeOpenMetadataArchive

    Methods inherited from class java.lang.Object

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

    • CorePackArchiveWriter

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

    • getArchiveContent

      public void getArchiveContent()
      Implemented by subclass to add the content.
      Specified by:
      getArchiveContent in class org.odpi.openmetadata.samples.archiveutilities.EgeriaBaseArchiveWriter
    • 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