gov.nasa.pds.harvest.policy
Class PolicyReader
java.lang.Object
gov.nasa.pds.harvest.policy.PolicyReader
public class PolicyReader
- extends Object
Class to read the Harvest Policy file.
- Author:
- mcayanan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POLICY_PACKAGE
public static final String POLICY_PACKAGE
- See Also:
- Constant Field Values
POLICY_SCHEMA
public static final String POLICY_SCHEMA
- See Also:
- Constant Field Values
PolicyReader
public PolicyReader()
unmarshall
public static Policy unmarshall(URL policyXML)
throws SAXParseException,
JAXBException,
SAXException
- Throws:
SAXParseException
JAXBException
SAXException
unmarshall
public static Policy unmarshall(File policyXML)
throws SAXParseException,
JAXBException,
SAXException
- Throws:
SAXParseException
JAXBException
SAXException
unmarshall
public static Policy unmarshall(StreamSource policyXML)
throws JAXBException,
SAXException,
SAXParseException
- Throws:
JAXBException
SAXException
SAXParseException
Copyright © 2010–2014 Planetary Data System. All rights reserved.