Class SedaUtilsFactory
java.lang.Object
fr.gouv.vitam.worker.common.utils.SedaUtilsFactory
SedaUtils Factory to create SedaUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SedaUtils
Deprecated.createSedaUtils
(HandlerIO handlerIO) createSedaUtilsWithSedaIngestParams
(HandlerIO handlerIO) static SedaUtilsFactory
-
Field Details
-
SEDA_INGEST_PARAMS_FILE
- See Also:
-
-
Method Details
-
getInstance
-
createSedaUtils
-
createSedaUtilsWithSedaIngestParams
public SedaUtils createSedaUtilsWithSedaIngestParams(HandlerIO handlerIO) throws ProcessingException - Throws:
ProcessingException
-
create
Deprecated.- Parameters:
handlerIO
- the HandlerIO- Returns:
- SedaUtils create with handlerIO parameter
-