public class LicenseSummaryReader extends Object
| Constructor and Description |
|---|
LicenseSummaryReader() |
| Modifier and Type | Method and Description |
|---|---|
static List<ProjectLicenseInfo> |
parseLicenseSummary(InputStream licSummaryIS)
Read a component-info.xml from an input stream into a ComponentInfo object.
|
public static List<ProjectLicenseInfo> parseLicenseSummary(InputStream licSummaryIS) throws IOException, ParserConfigurationException, SAXException
licSummaryIS - Input stream containing the license dataIOException - if there is a problem reading the InputStreamParserConfigurationException - if there is a problem parsing the XML streamSAXException - if there is a problem parsing the XML streamCopyright © 2010–2023. All rights reserved.