Class createIndex
java.lang.Object
createIndex
public class createIndex
- extends java.lang.Object
Method Summary |
static void |
listFiles(java.io.File dir,
java.lang.String[] invalidDirectories)
|
static void |
run(java.io.File path,
java.util.ArrayList options,
java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
detachedLabelFiles
public static java.util.LinkedList<java.io.File> detachedLabelFiles
infoFiles
public static java.util.LinkedList<java.io.File> infoFiles
catalogFiles
public static java.util.LinkedList<java.io.File> catalogFiles
columns
public static java.util.ArrayList<java.lang.String> columns
columnMaxLength
public static int[] columnMaxLength
tableRecords
public static java.util.LinkedList<java.lang.String> tableRecords
ps
public static java.io.PrintStream ps
typeOfIndex
public static java.lang.String typeOfIndex
createIndex
public createIndex()
run
public static void run(java.io.File path,
java.util.ArrayList options,
java.lang.String type)
listFiles
public static void listFiles(java.io.File dir,
java.lang.String[] invalidDirectories)
throws java.lang.Exception
- Throws:
java.lang.Exception