Class PronomParser
java.lang.Object
fr.gouv.vitam.functional.administration.core.format.PronomParser
PronomParser parse the xml pronom file to get the info on file format
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<FileFormatModel>
Parse the file Pronom and transform it to an ArrayNode
-
Method Details
-
getPronom
Parse the file Pronom and transform it to an ArrayNode- Parameters:
xmlPronomFile
- pronom file- Returns:
- : the list of file format as ArrayNode
- Throws:
FileFormatException
- if exception occurred when get pronom data
-