com.timeindexing.appl
Class TICreate

java.lang.Object
  extended by com.timeindexing.appl.TICreate

public class TICreate
extends java.lang.Object

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

TICreate

public TICreate(IndexProperties properties,
                java.lang.String tiFileName,
                java.lang.String inputFileName)
Build a TICreate object with a timeindex filename and an input filename. If the input filename is "-", use stdin.

Method Detail

main

public static void main(java.lang.String[] args)
Entry point


help

public static void help(java.io.PrintStream out)
Print out some help


setup

public boolean setup(IndexProperties setupProperties,
                     java.lang.String tiFileName,
                     java.io.InputStream input)
Create the output.


create

public boolean create()
Actually create the index.



Timeindexing 2008