Class CocoTypesArchiveWriter
java.lang.Object
org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
org.odpi.openmetadata.samples.archiveutilities.types.CocoTypesArchiveWriter
public class CocoTypesArchiveWriter
extends org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
CocoTypesArchiveWriter creates a physical open metadata archive file containing
the additional specialized types needed by Coco Pharmaceuticals.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGenerates and writes out an open metadata archive containing the new types.voidwriteOpenMetadataArchive(String folderName) Generates and writes out the open metadata archive created in the builder.
-
Constructor Details
-
CocoTypesArchiveWriter
public CocoTypesArchiveWriter()Default constructor initializes the archive.
-
-
Method Details
-
writeOpenMetadataArchive
public void writeOpenMetadataArchive()Generates and writes out an open metadata archive containing the new types. -
writeOpenMetadataArchive
Generates and writes out the open metadata archive created in the builder.- Parameters:
folderName- name of the folder to add the archive into
-