Class SimpleCatalogsArchiveWriter
java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.archiveutilities.simplecatalogs.SimpleCatalogsArchiveWriter
public class SimpleCatalogsArchiveWriter
extends org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
SimpleCatalogsArchiveWriter creates four physical open metadata archive files for each of the sample catalogs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain program to initiate the archive writer for the simple catalogs.voidwriteOpenMetadataArchives(String folderName) Generates and writes out the open metadata archive created in the builder.
-
Method Details
-
writeOpenMetadataArchives
Generates and writes out the open metadata archive created in the builder.- Parameters:
folderName- name of the folder to add the archive into
-
main
Main program to initiate the archive writer for the simple catalogs.- Parameters:
args- ignored
-