|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hrstc.trec.report.EvalSummarizer
public class EvalSummarizer
Field Summary | |
---|---|
(package private) java.lang.StringBuffer |
buf
|
(package private) java.io.File |
dir
|
(package private) Parser |
parser
|
Constructor Summary | |
---|---|
EvalSummarizer(java.lang.String[] args)
Creates a new instance of RobustReporter |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
process()
|
private void |
process(java.io.File file)
Process directory recursively |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.io.File dir
java.lang.StringBuffer buf
Parser parser
Constructor Detail |
---|
public EvalSummarizer(java.lang.String[] args) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void process() throws java.io.IOException
java.io.IOException
private void process(java.io.File file) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
args
- the command line arguments
args[0] - location of the directory to generate report from
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |