org.jenkinsci.plugins.DependencyCheck.parser
Class Analysis

java.lang.Object
  extended by org.jenkinsci.plugins.DependencyCheck.parser.Analysis

public class Analysis
extends Object

Java Bean class for dependencies found by DependencyCheck.

Author:
Steve Springett (steve.springett@owasp.org)

Constructor Summary
Analysis()
           
 
Method Summary
 void addDependency(org.owasp.dependencycheck.dependency.Dependency dependency)
          Adds a new dependency to this collection.
 Collection<org.owasp.dependencycheck.dependency.Dependency> getDependencies()
          Returns a read-only collection of all dependencies from the analysis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analysis

public Analysis()
Method Detail

addDependency

public void addDependency(org.owasp.dependencycheck.dependency.Dependency dependency)
Adds a new dependency to this collection.

Parameters:
dependency - the dependency to add

getDependencies

public Collection<org.owasp.dependencycheck.dependency.Dependency> getDependencies()
Returns a read-only collection of all dependencies from the analysis.

Returns:
all dependencies from the analysis


Copyright © 2012-2015 OWASP. All Rights Reserved.