photospace
Class Console

java.lang.Object
  extended byphotospace.Console
All Implemented Interfaces:
java.io.Serializable

public class Console
extends java.lang.Object
implements java.io.Serializable

Console is a command line implementation of indexing and searching.

usage: java photospace.Console [index/search]

See Also:
Serialized Form

Constructor Summary
Console()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception