Class CpdFile
java.lang.Object
org.apache.maven.plugins.pmd.model.CpdFile
- All Implemented Interfaces:
- Serializable
Class CpdFile.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CpdFilepublic CpdFile()
 
- 
- 
Method Details- 
getLinepublic int getLine()Get the line field.- Returns:
- int
 
- 
getPathGet the path field.- Returns:
- String
 
- 
setLinepublic void setLine(int line) Set the line field.- Parameters:
- line- a line object.
 
- 
setPathSet the path field.- Parameters:
- path- a path object.
 
 
-