Klasse CpdFile
java.lang.Object
org.apache.maven.plugins.pmd.model.CpdFile
- Alle implementierten Schnittstellen:
Serializable
Class CpdFile.
- Version:
- $Revision$ $Date$
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
CpdFile
public CpdFile()
-
-
Methodendetails
-
getLine
public int getLine()Get the line field.- Gibt zurück:
- int
-
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
Set the path field.- Parameter:
path
- a path object.
-