public class Main
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
dump |
private Index |
index |
private boolean |
jarFile |
private boolean |
modify |
private java.io.File |
outputFile |
private java.io.File |
source |
private boolean |
verbose |
| Modifier | Constructor and Description |
|---|---|
private |
Main() |
| Modifier and Type | Method and Description |
|---|---|
private void |
dumpIndex(java.io.File source) |
private void |
execute(java.lang.String[] args) |
private Index |
getIndex(long start) |
private Result |
indexDirectory(java.io.File source,
Indexer indexer) |
static void |
main(java.lang.String[] args) |
private void |
parseOptions(java.lang.String[] args) |
private void |
printIndexEntryInfo(ClassInfo info) |
private static void |
printUsage() |
private void |
safeClose(java.io.FileInputStream input) |
private void |
scanFile(java.io.File source,
Indexer indexer) |
private boolean modify
private boolean verbose
private boolean dump
private boolean jarFile
private java.io.File outputFile
private java.io.File source
private Index index
public static void main(java.lang.String[] args)
private void execute(java.lang.String[] args)
private Index getIndex(long start) throws java.io.IOException
java.io.IOExceptionprivate void dumpIndex(java.io.File source)
throws java.io.IOException
java.io.IOExceptionprivate Result indexDirectory(java.io.File source, Indexer indexer) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionprivate void printIndexEntryInfo(ClassInfo info)
private void scanFile(java.io.File source,
Indexer indexer)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionprivate void safeClose(java.io.FileInputStream input)
private static void printUsage()
private void parseOptions(java.lang.String[] args)