|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.dry.parser.cpd.SourceFile
public class SourceFile
Java Bean class for a file of the PMD CPD format.
| Constructor Summary | |
|---|---|
SourceFile()
|
|
| Method Summary | |
|---|---|
int |
getLine()
Returns the line of the duplication. |
java.lang.String |
getPath()
Returns the path of this file. |
void |
setLine(int line)
Sets the line of the duplication to the specified value. |
void |
setPath(java.lang.String path)
Sets the path of this file to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceFile()
| Method Detail |
|---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - the value to setpublic int getLine()
public void setLine(int line)
line - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||