Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SuppressionFile

        public SuppressionFile()
    • Method Detail

      • setPath

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

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