Class CpdFile

java.lang.Object
org.apache.maven.plugins.pmd.model.CpdFile
All Implemented Interfaces:
Serializable

public class CpdFile extends Object implements Serializable
Class CpdFile.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • CpdFile

      public CpdFile()
  • Method Details

    • getLine

      public int getLine()
      Get the line field.
      Returns:
      int
    • getPath

      public String getPath()
      Get the path field.
      Returns:
      String
    • setLine

      public void setLine(int line)
      Set the line field.
      Parameters:
      line -
    • setPath

      public void setPath(String path)
      Set the path field.
      Parameters:
      path -