Class ExportedSpecification
java.lang.Object
org.qubership.integration.platform.runtime.catalog.model.system.exportimport.ExportedSystemObject
org.qubership.integration.platform.runtime.catalog.model.system.exportimport.ExportedSpecification
- All Implemented Interfaces:
ExportableObject
-
Constructor Summary
ConstructorsConstructorDescriptionExportedSpecification(String id, com.fasterxml.jackson.databind.node.ObjectNode objectNode, List<ExportedSpecificationSource> specificationSources) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath)
-
Constructor Details
-
ExportedSpecification
public ExportedSpecification(String id, com.fasterxml.jackson.databind.node.ObjectNode objectNode, List<ExportedSpecificationSource> specificationSources)
-
-
Method Details
-
accept
public void accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) throws IOException - Throws:
IOException
-