Uses of Class
org.owasp.dependencycheck.xml.assembly.AssemblyData
-
Packages that use AssemblyData Package Description org.owasp.dependencycheck.processing Classes used to process the output of external tools.org.owasp.dependencycheck.xml.assembly Support classes for parsing GrokAssembly output. -
-
Uses of AssemblyData in org.owasp.dependencycheck.processing
Methods in org.owasp.dependencycheck.processing that return AssemblyData Modifier and Type Method Description AssemblyData
GrokAssemblyProcessor. getAssemblyData()
Returns the assembly data. -
Uses of AssemblyData in org.owasp.dependencycheck.xml.assembly
Methods in org.owasp.dependencycheck.xml.assembly that return AssemblyData Modifier and Type Method Description AssemblyData
GrokParser. parse(java.io.File file)
Parses the given XML file and returns the assembly data.AssemblyData
GrokParser. parse(java.io.InputStream inputStream)
Parses the given XML stream and returns the contained assembly data.
-