Class CloudInformationModelArchiveWriter
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
-
- org.odpi.openmetadata.archiveutilities.designmodels.cloudinformationmodel.CloudInformationModelArchiveWriter
-
public class CloudInformationModelArchiveWriter extends OMRSArchiveWriter
CloudInformationModelArchiveWriter creates a physical open metadata archive file for the data model and glossary content found in the Cloud Information Model (CIM).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Main program to initiate the archive writer for the Cloud Information Model (CIM).-
Methods inherited from class org.odpi.openmetadata.repositoryservices.archiveutilities.OMRSArchiveWriter
getOpenMetadataArchiveFileConnection, writeOpenMetadataArchive
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main program to initiate the archive writer for the Cloud Information Model (CIM).- Parameters:
args- list of arguments - first one should be the directory where the model content is located. Any other arguments passed are ignored.
-
-