| Package | Description |
|---|---|
| org.owasp.dependencycheck.xml.pom |
This package contains classes used to parse pom.xml files.
|
| Modifier and Type | Method and Description |
|---|---|
Model |
PomParser.parse(File file)
Parses the given xml file and returns a Model object containing only the
fields dependency-check requires.
|
Model |
PomParser.parse(InputStream inputStream)
Parses the given XML file and returns a Model object containing only the
fields dependency-check requires.
|
Model |
PomParser.parseWithoutDocTypeCleanup(File file)
Parses the given xml file and returns a Model object containing only the
fields dependency-check requires.
|
Model |
PomParser.parseWithoutDocTypeCleanup(InputStream inputStream)
Parses the given XML file and returns a Model object containing only the
fields dependency-check requires.
|
Copyright © 2012–2020 OWASP. All rights reserved.