Package org.synchronoss.cpo.core.meta
Interface CpoMetaExportable
- All Known Implementing Classes:
CassandraCpoMetaDescriptor,CpoMetaDescriptor,JdbcCpoMetaDescriptor
public interface CpoMetaExportable
CpoMetaExportable is implemented by metadata sources that can serialize their loaded
CpoClass metadata back out to a CPO meta XML document.- Author:
- dberry
-
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms an export of the metadata to the specified Filevoidexport(OutputStream outputStream) Performs an export of the meta ata to the specified OutputStreamvoidPerforms an export of the metadata to the specified Writer
-
Method Details
-
export
Performs an export of the metadata to the specified File- Parameters:
file- The file to export to- Throws:
CpoException- An error has occurred
-
export
Performs an export of the metadata to the specified Writer- Parameters:
writer- The writer to export to- Throws:
CpoException- An error has occurred
-
export
Performs an export of the meta ata to the specified OutputStream- Parameters:
outputStream- The output stream to export to- Throws:
CpoException- An error has occurred
-