Interface ManifestReaderWriter
- 
- All Known Implementing Classes:
 ContentArchiver.ContentArchiverManifestReaderWriter,PluginsArchiver.PluginsArchiverManifestReaderWriter,ResourcesArchiver.ResourcesArchiverManifestReaderWriter,SitesArchiver.SitesArchiverManifestReaderWriter
public interface ManifestReaderWriter
The manifest reader/writer, which is responsible to write into the Manifest file the exposedPartialImports, and to read from a Manifest file those exposedPartialImports. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetData()Gets the manifest content to write related to the exported data by theArchiver.Stream<PartialImport>toPartialImports(Object data)Reads the available partial imports from the given raw JSON data 
 - 
 
- 
- 
Method Detail
- 
getData
Object getData()
Gets the manifest content to write related to the exported data by theArchiver.- Returns:
 - the manifest content to write
 
 
- 
toPartialImports
Stream<PartialImport> toPartialImports(Object data)
Reads the available partial imports from the given raw JSON data- Parameters:
 data- The raw JSON data- Returns:
 - the available partial imports
 
 
 - 
 
 -