public class FileStorageInterface extends GeneralStorage
| Constructor and Description |
|---|
FileStorageInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllMetadata() |
void |
finalize() |
java.lang.String[] |
getRawResults(ExtractionResultCollection coll)
Logic to get the data to fill the InformationChangeTable.
|
void |
save(java.lang.String collection,
java.lang.String profileUUID,
java.lang.String type,
java.lang.String path) |
createResultTree, getAllUsedModules, getExtractionResultCollection, getResults, getResults, getResultsHeader, getStringResults, getStringResults, readEventData, readExternalData, save, save, storeEventData, storeExternalDatapublic void finalize()
finalize in class GeneralStoragepublic void save(java.lang.String collection,
java.lang.String profileUUID,
java.lang.String type,
java.lang.String path)
save in class GeneralStoragepublic void deleteAllMetadata()
deleteAllMetadata in class GeneralStoragepublic java.lang.String[] getRawResults(ExtractionResultCollection coll)
getRawResults in class GeneralStorage