public class IndexReport2 extends IndexReport
Constructor and Description |
---|
IndexReport2() |
IndexReport2(int nIndexedFiles) |
IndexReport2(int nIndexedFiles,
int nErrors) |
IndexReport2(int nIndexedFiles,
int nErrors,
long elapsedTime) |
Modifier and Type | Method and Description |
---|---|
void |
addError() |
void |
addIndexFile() |
void |
finished() |
long |
getElapsedTime() |
int |
getNErrors() |
int |
getNIndexed() |
void |
setElapsedTime(long elapsedTime) |
void |
setnErrors(int nErrors) |
void |
setnIndexedFiles(int nIndexedFiles) |
void |
started() |
java.lang.String |
toString() |
public IndexReport2(int nIndexedFiles, int nErrors, long elapsedTime)
public IndexReport2(int nIndexedFiles, int nErrors)
public IndexReport2(int nIndexedFiles)
public IndexReport2()
public long getElapsedTime()
getElapsedTime
in class IndexReport
public java.lang.String toString()
toString
in class java.lang.Object
public void setnIndexedFiles(int nIndexedFiles)
public void setnErrors(int nErrors)
public void setElapsedTime(long elapsedTime)
public void addIndexFile()
public void addError()
public void started()
public void finished()
public int getNErrors()
getNErrors
in class IndexReport
public int getNIndexed()
getNIndexed
in class IndexReport