|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.duplications.cpd.CPD
Tokenizer
@Deprecated public class CPD
| Constructor Summary | |
|---|---|
CPD(int minimumTileSize,
Language language)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
add(File file)
Deprecated. |
void |
add(List<File> files)
Deprecated. |
void |
addAllInDirectory(String dir)
Deprecated. |
void |
addRecursively(String dir)
Deprecated. |
Iterator<Match> |
getMatches()
Deprecated. |
void |
go()
Deprecated. |
void |
setCpdListener(CPDListener cpdListener)
Deprecated. |
void |
setEncoding(String encoding)
Deprecated. |
void |
setLoadSourceCodeSlices(boolean loadSourceCodeSlices)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPD(int minimumTileSize,
Language language)
| Method Detail |
|---|
public void setCpdListener(CPDListener cpdListener)
public void setEncoding(String encoding)
public void setLoadSourceCodeSlices(boolean loadSourceCodeSlices)
public void go()
public Iterator<Match> getMatches()
public void add(File file)
throws IOException
IOException
public void addAllInDirectory(String dir)
throws IOException
IOException
public void addRecursively(String dir)
throws IOException
IOException
public void add(List<File> files)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||