Class SuppressionFile
- java.lang.Object
-
- org.owasp.dependencycheck.taskdefs.SuppressionFile
-
public class SuppressionFile extends java.lang.Object
Class :SuppressionFile
Responsibility : Models a suppression file nested XML element where the simple content is its location.- Author:
- Phillip Whittlesea
-
-
Constructor Summary
Constructors Constructor Description SuppressionFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
Gets the path to the suppression file.void
setPath(java.lang.String path)
Sets the path to the suppression file.
-