|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportToolAdapterResult
Export result wrapper for the IExportToolAdapter
.
An IExportToolAdapter
implementation is not required to fill provide
all of these statistics.
By default all values are -1.
Method Summary | |
---|---|
int |
getExportedCloneCount()
Retrieves the number of clones exported. |
int |
getExportedCloneFileCount()
Retrieves the number of exported files which contained at least one clone. |
int |
getExportedCloneGroupCount()
Retrieves the number of clone groups exported. |
int |
getTotalCloneCount()
Retrieves the total number of clones found in the given files. |
int |
getTotalCloneFileCount()
Retrieves the number of processed files which contained at least one clone. |
int |
getTotalCloneGroupCount()
Retrieves the total number of clone groups found in the given files. |
void |
setExportedCloneCount(int exportedCloneCount)
Sets the number of clones exported. |
void |
setExportedCloneFileCount(int exportedCloneFileCount)
Sets the number of exported files which contained at least one clone. |
void |
setExportedCloneGroupCount(int exportedCloneGroupCount)
Sets the number of clone groups exported. |
void |
setTotalCloneCount(int totalCloneCount)
Sets the total number of clones found in the given files. |
void |
setTotalCloneFileCount(int totalCloneFileCount)
Sets the number of processed files which contained at least one clone. |
void |
setTotalCloneGroupCount(int totalCloneGroupCount)
Sets the total number of clone groups found in the given files. |
Method Detail |
---|
int getTotalCloneCount()
void setTotalCloneCount(int totalCloneCount)
totalCloneCount
- total number of clones found in the given files.int getExportedCloneCount()
void setExportedCloneCount(int exportedCloneCount)
exportedCloneCount
- number of clones exported.int getTotalCloneGroupCount()
void setTotalCloneGroupCount(int totalCloneGroupCount)
totalCloneGroupCount
- total number of clone groups found in the given files.int getExportedCloneGroupCount()
void setExportedCloneGroupCount(int exportedCloneGroupCount)
exportedCloneGroupCount
- number of clone groups exported.int getTotalCloneFileCount()
void setTotalCloneFileCount(int totalCloneFileCount)
totalCloneFileCount
- number of processed files which contained at least one clone.int getExportedCloneFileCount()
void setExportedCloneFileCount(int exportedCloneFileCount)
exportedCloneFileCount
- number of exported files which contained at least one clone.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |