Class ManifestParser
- java.lang.Object
-
- org.openrefine.wikibase.manifests.ManifestParser
-
public final class ManifestParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ManifestParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Manifest
parse(com.fasterxml.jackson.databind.JsonNode manifestJson)
static Manifest
parse(String manifestJson)
-
-
-
Method Detail
-
parse
public static Manifest parse(String manifestJson) throws ManifestException
- Throws:
ManifestException
-
parse
public static Manifest parse(com.fasterxml.jackson.databind.JsonNode manifestJson) throws ManifestException
- Throws:
ManifestException
-
-