Class SimpleAPICatalogArchiveBuilder
- java.lang.Object
-
- org.odpi.openmetadata.archiveutilities.simplecatalogs.catalogcontent.SimpleAPICatalogArchiveBuilder
-
public class SimpleAPICatalogArchiveBuilder extends Object
SimpleAPICatalogArchiveBuilder provides API metadata.
-
-
Constructor Summary
Constructors Constructor Description SimpleAPICatalogArchiveBuilder(String archiveRootName)Constructor pushes all archive header values to the superclass
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenMetadataArchivegetOpenMetadataArchive()Returns the open metadata type archive containing all of the elements extracted from the connector providers of the featured open connectors.
-
-
-
Constructor Detail
-
SimpleAPICatalogArchiveBuilder
public SimpleAPICatalogArchiveBuilder(String archiveRootName)
Constructor pushes all archive header values to the superclass- Parameters:
archiveRootName- common name for the guid map
-
-
Method Detail
-
getOpenMetadataArchive
public OpenMetadataArchive getOpenMetadataArchive()
Returns the open metadata type archive containing all of the elements extracted from the connector providers of the featured open connectors.- Returns:
- populated open metadata archive object
-
-