Interface ExportableObject
- All Known Implementing Classes:
ExportedIntegrationSystem,ExportedSpecification,ExportedSpecificationGroup,ExportedSpecificationSource,ExportedSystemObject
public interface ExportableObject
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath)
-
Method Details
-
accept
void accept(ExportableObjectWriterVisitor visitor, ZipOutputStream zipOut, String entryPath) throws IOException - Throws:
IOException
-