public class CoreConfigReader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_PACKAGE |
static String |
CONFIG_SCHEMA |
Constructor and Description |
---|
CoreConfigReader() |
Modifier and Type | Method and Description |
---|---|
static Product |
unmarshall(File coreConfigXML) |
static Product |
unmarshall(InputStream coreConfigXML) |
static Product |
unmarshall(StreamSource coreConfigXML) |
public static final String CONFIG_PACKAGE
public static final String CONFIG_SCHEMA
public static Product unmarshall(InputStream coreConfigXML) throws SAXParseException, JAXBException, SAXException
public static Product unmarshall(File coreConfigXML) throws SAXParseException, JAXBException, SAXException
public static Product unmarshall(StreamSource coreConfigXML) throws JAXBException, SAXException, SAXParseException
Copyright © 2010–2017 Planetary Data System. All rights reserved.