Package org.apache.maven.index
Class ScanningResult
java.lang.Object
org.apache.maven.index.ScanningResult
A scanning result holds result of repository scan
- Author:
- Jason van Zyl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
int
boolean
void
setDeletedFiles
(int deletedFiles) void
setTotalFiles
(int totalFiles)
-
Constructor Details
-
ScanningResult
-
-
Method Details
-
setTotalFiles
public void setTotalFiles(int totalFiles) -
setDeletedFiles
public void setDeletedFiles(int deletedFiles) -
getTotalFiles
public int getTotalFiles() -
getDeletedFiles
public int getDeletedFiles() -
addException
-
hasExceptions
public boolean hasExceptions() -
getExceptions
-
getRequest
-