|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.appl.Selecter
Display a selection of TimeIndex to an OutputStream given the Index filename.
Constructor Summary | |
Selecter(java.lang.String filename)
Construct a Selecter object, with output to System.out. |
|
Selecter(java.lang.String filename,
java.io.OutputStream out)
Construct a Selecter object. |
Method Summary | |
protected void |
close()
Close |
protected void |
open()
Open |
protected void |
output(IndexProperties selectionProperties)
Do the output |
Selecter |
select(IndexProperties selectionProperties)
Display the output. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Selecter(java.lang.String filename)
public Selecter(java.lang.String filename, java.io.OutputStream out)
Method Detail |
public Selecter select(IndexProperties selectionProperties) throws java.io.IOException, TimeIndexException
java.io.IOException
TimeIndexException
protected void open() throws TimeIndexException
TimeIndexException
protected void output(IndexProperties selectionProperties) throws java.io.IOException, TimeIndexException
java.io.IOException
TimeIndexException
protected void close() throws TimeIndexException
TimeIndexException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |