public class ScanningResult extends Object
Constructor and Description |
---|
ScanningResult() |
Modifier and Type | Method and Description |
---|---|
void |
addException(Exception e) |
int |
getDeletedFiles() |
List<Exception> |
getExceptions() |
int |
getTotalFiles() |
boolean |
hasExceptions() |
void |
setDeletedFiles(int deletedFiles) |
void |
setTotalFiles(int totalFiles) |
public void setTotalFiles(int totalFiles)
public void setDeletedFiles(int deletedFiles)
public int getTotalFiles()
public int getDeletedFiles()
public void addException(Exception e)
public boolean hasExceptions()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.