|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.pmd.model.Duplication
public class Duplication
Class Duplication.
Constructor Summary | |
---|---|
Duplication()
|
Method Summary | |
---|---|
void |
addFile(CpdFile cpdFile)
Method addFile. |
String |
getCodefragment()
Get the codefragment field. |
List<CpdFile> |
getFiles()
Method getFiles. |
int |
getLines()
Get the lines field. |
int |
getTokens()
Get the tokens field. |
void |
removeFile(CpdFile cpdFile)
Method removeFile. |
void |
setCodefragment(String codefragment)
Set the codefragment field. |
void |
setFiles(List<CpdFile> files)
Set the files field. |
void |
setLines(int lines)
Set the lines field. |
void |
setTokens(int tokens)
Set the tokens field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Duplication()
Method Detail |
---|
public void addFile(CpdFile cpdFile)
cpdFile
- public String getCodefragment()
public List<CpdFile> getFiles()
public int getLines()
public int getTokens()
public void removeFile(CpdFile cpdFile)
cpdFile
- public void setCodefragment(String codefragment)
codefragment
- public void setFiles(List<CpdFile> files)
files
- public void setLines(int lines)
lines
- public void setTokens(int tokens)
tokens
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |