Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.greenstone.gatherer.Dictionary

Uses of Dictionary in org.greenstone.gatherer
 

Fields in org.greenstone.gatherer declared as Dictionary
static Dictionary Gatherer.dictionary
          A public reference to the Dictionary.
static Dictionary Dictionary.self
          A static reference to ourself.
 

Methods in org.greenstone.gatherer with parameters of type Dictionary
static void Gatherer.missingEXEC(Dictionary dictionary)
          Prints a warning message about a missing library path, which means the final collection cannot be previewed in the Gatherer.
static void Gatherer.missingGSDL(Dictionary dictionary)
          Prints a warning message about a missing GSDL path, which although not fatal pretty much ensures nothing will work properly in the Gatherer.
static void Gatherer.missingPERL(Dictionary dictionary)
          Prints a warning message about a missing PERL path, which although not fatal pretty much ensures no collection creation/building will work properly in the Gatherer.
static void Gatherer.printUsage(Dictionary dictionary)
          Prints a usage message to screen.