Class StorageImpl
- java.lang.Object
-
- org.gcube.data.publishing.gCatFeeder.service.engine.impl.persistence.StorageImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.fasterxml.jackson.databind.ObjectMappermapper
-
Constructor Summary
Constructors Constructor Description StorageImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FileasFile(ExecutionReport report)StringstoreReport(ExecutionReport report)
-
-
-
Method Detail
-
asFile
protected File asFile(ExecutionReport report) throws InternalError
- Throws:
InternalError
-
storeReport
public String storeReport(ExecutionReport report) throws InternalError
- Specified by:
storeReportin interfaceStorage- Throws:
InternalError
-
-