|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.appl.TIAppend
public class TIAppend
Append to a timeindex file from a file or stdin.
Args are -p plugin, one of line, web, mail, ftp, file -c plugin class, e.g. com.timeindexing.plugin.FileItem index file input file, use - for stdin
| Constructor Summary | |
|---|---|
TIAppend(IndexProperties properties,
java.lang.String tiFileName,
java.lang.String inputFileName)
Build a TIAppend object with a timeindex filename and an input filename. |
|
| Method Summary | |
|---|---|
boolean |
append()
Actually append the index. |
static void |
help(java.io.PrintStream out)
Print out some help |
static void |
main(java.lang.String[] args)
Entry point |
boolean |
setup(IndexProperties setupProperties,
java.lang.String tiFileName,
java.io.InputStream input)
Append the output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TIAppend(IndexProperties properties,
java.lang.String tiFileName,
java.lang.String inputFileName)
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static void help(java.io.PrintStream out)
public boolean setup(IndexProperties setupProperties,
java.lang.String tiFileName,
java.io.InputStream input)
public boolean append()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||