Class ResourcesArchiver.ResourcesArchiverManifestReaderWriter
- java.lang.Object
-
- org.ametys.plugins.contentio.archive.ResourcesArchiver.ResourcesArchiverManifestReaderWriter
-
- All Implemented Interfaces:
ManifestReaderWriter
- Enclosing class:
- ResourcesArchiver
private class ResourcesArchiver.ResourcesArchiverManifestReaderWriter extends Object implements ManifestReaderWriter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ResourcesArchiverManifestReaderWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getData()
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
-
-
-
Field Detail
-
__DATA
private static final String __DATA
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResourcesArchiverManifestReaderWriter
private ResourcesArchiverManifestReaderWriter()
-
-
Method Detail
-
getData
public Object getData()
Description copied from interface:ManifestReaderWriter
Gets the manifest content to write related to the exported data by theArchiver
.- Specified by:
getData
in interfaceManifestReaderWriter
- Returns:
- the manifest content to write
-
toPartialImports
public Stream<PartialImport> toPartialImports(Object data)
Description copied from interface:ManifestReaderWriter
Reads the available partial imports from the given raw JSON data- Specified by:
toPartialImports
in interfaceManifestReaderWriter
- Parameters:
data
- The raw JSON data- Returns:
- the available partial imports
-
-