|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.appl.TICreate
public class TICreate
Create a timeindex file from a file or stdin.
Args are -t type, one of external, shadow, inline -e == -t external -s == -t shadow -i == -t inline -p plugin, one of line, web, mail, ftp, file -c plugin class, e.g. com.timeindexing.plugin.FileItem -n index name index file input file, use - for stdin
| Constructor Summary | |
|---|---|
TICreate(IndexProperties properties,
java.lang.String tiFileName,
java.lang.String inputFileName)
Build a TICreate object with a timeindex filename and an input filename. |
|
| Method Summary | |
|---|---|
boolean |
create()
Actually create 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)
Create the output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TICreate(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 create()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||