Class SimpleCatalogsArchiveWriter
java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.archiveutilities.simplecatalogs.SimpleCatalogsArchiveWriter
SimpleCatalogsArchiveWriter creates four physical open metadata archive files for each of the sample catalogs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Main program to initiate the archive writer for the simple catalogs.void
writeOpenMetadataArchives
(String folderName) Generates and writes out the open metadata archive created in the builder.Methods inherited from class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
getOpenMetadataArchiveFileConnection, writeOpenMetadataArchive, writeOpenMetadataArchive
-
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
-