public final class CChangelogXMLReader
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static CChangelog |
readFromStream(java.net.URI uri,
java.io.InputStream stream) |
Construct a changelog from the given URI.
|
static CChangelog |
readFromURI(java.net.URI uri) |
Construct a changelog from the given URI.
|
public static CChangelog readFromStream(java.net.URI uri, java.io.InputStream stream) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, nu.xom.ValidityException, nu.xom.ParsingException, java.io.IOException, java.net.URISyntaxException, java.text.ParseException
uri - The URIstream - The streamorg.xml.sax.SAXException - On XML parse errorsjavax.xml.parsers.ParserConfigurationException - On parser configuration errorsnu.xom.ValidityException - On XML validation errorsnu.xom.ParsingException - On parser errorsjava.io.IOException - On I/O errorsjava.net.URISyntaxException - If a URI is malformedjava.text.ParseException - If a value cannot be parsed as a datepublic static CChangelog readFromURI(java.net.URI uri) throws java.net.MalformedURLException, java.io.IOException, nu.xom.ValidityException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, nu.xom.ParsingException, java.net.URISyntaxException, java.text.ParseException
uri - The URIorg.xml.sax.SAXException - On XML parse errorsjavax.xml.parsers.ParserConfigurationException - On parser configuration errorsnu.xom.ValidityException - On XML validation errorsnu.xom.ParsingException - On parser errorsjava.io.IOException - On I/O errorsjava.net.MalformedURLException - If a URL is malformedjava.net.URISyntaxException - If a URI is malformedjava.text.ParseException - If a value cannot be parsed as a dateCopyright © 2017 <code@io7m.com> http://io7m.com