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