Package gov.nasa.pds.search.core.schema
Class CoreConfigReader
- java.lang.Object
-
- gov.nasa.pds.search.core.schema.CoreConfigReader
-
public class CoreConfigReader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_PACKAGE
static String
CONFIG_SCHEMA
-
Constructor Summary
Constructors Constructor Description CoreConfigReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Product
unmarshall(File coreConfigXML)
static Product
unmarshall(InputStream coreConfigXML)
static Product
unmarshall(StreamSource coreConfigXML)
-
-
-
Field Detail
-
CONFIG_PACKAGE
public static final String CONFIG_PACKAGE
- See Also:
- Constant Field Values
-
CONFIG_SCHEMA
public static final String CONFIG_SCHEMA
- See Also:
- Constant Field Values
-
-
Method Detail
-
unmarshall
public static Product unmarshall(InputStream coreConfigXML) throws SAXParseException, JAXBException, SAXException
-
unmarshall
public static Product unmarshall(File coreConfigXML) throws SAXParseException, JAXBException, SAXException
-
unmarshall
public static Product unmarshall(StreamSource coreConfigXML) throws JAXBException, SAXException, SAXParseException
-
-