Class SuppressionFile
- java.lang.Object
-
- org.owasp.dependencycheck.taskdefs.SuppressionFile
-
public class SuppressionFile extends java.lang.ObjectClass :SuppressionFileResponsibility : 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.StringgetPath()Gets the path to the suppression file.voidsetPath(java.lang.String path)Sets the path to the suppression file.
-