Klasse CpdFile

java.lang.Object
org.apache.maven.plugins.pmd.model.CpdFile
Alle implementierten Schnittstellen:
Serializable

public class CpdFile extends Object implements Serializable
Class CpdFile.
Version:
$Revision$ $Date$
Siehe auch:
  • Konstruktordetails

    • CpdFile

      public CpdFile()
  • Methodendetails

    • getLine

      public int getLine()
      Get the line field.
      Gibt zurück:
      int
    • getPath

      public String getPath()
      Get the path field.
      Gibt zurück:
      String
    • setLine

      public void setLine(int line)
      Set the line field.
      Parameter:
      line - a line object.
    • setPath

      public void setPath(String path)
      Set the path field.
      Parameter:
      path - a path object.