java.lang.Object
edu.hm.hafner.analysis.parser.dry.cpd.SourceFile
Java Bean class for a file of the PMD CPD format.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
SourceFile
public SourceFile()
-
-
Methodendetails
-
getPath
Returns the path of this file.- Gibt zurück:
- the path of this file
-
setPath
Sets the path of this file to the specified value.- Parameter:
path- the value to set
-
getLine
public int getLine()Returns the line of the duplication.- Gibt zurück:
- the line of the duplication
-
setLine
public void setLine(int line) Sets the line of the duplication to the specified value.- Parameter:
line- the value to set
-