Class SuppressionFile

java.lang.Object
org.owasp.dependencycheck.taskdefs.SuppressionFile

public class SuppressionFile extends Object
Class : SuppressionFile Responsibility : Models a suppression file nested XML element where the simple content is its location.
Author:
Phillip Whittlesea
  • Constructor Details

    • SuppressionFile

      public SuppressionFile()
  • Method Details

    • setPath

      public void setPath(String path)
      Sets the path to the suppression file.
      Parameters:
      path - the path to the suppression file
    • getPath

      public String getPath()
      Gets the path to the suppression file.
      Returns:
      the path