Open SiteSearch 4.1.1
Final

ORG.oclc.obi.util
Class TopicLoader

java.lang.Object
  |
  +--ORG.oclc.jassi.InitClass
        |
        +--ORG.oclc.obi.util.TopicLoader

public class TopicLoader
extends InitClass

The TopicLoader class is executed prior to normal operation of JaSSI and reads the JaSSI configuration file. For each section in the configuration file a TopicEntry object is created.

See Also:
InitClass, TopicEntry, IniFiles

Constructor Summary
TopicLoader()
          Constructs a TopicLoader object by reading server configuration
 
Method Summary
 void init(IniFile ini)
          Constructs a set TopicEntry(s) by reading server configuration information from the input iniFile.
static Vector topicAreas()
          Retrieves the Vector of TopicEntry(s) (all topicAreas avaliable to the system.
 String toString()
          Generates the String representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopicLoader

public TopicLoader()
Constructs a TopicLoader object by reading server configuration
Method Detail

init

public void init(IniFile ini)
Constructs a set TopicEntry(s) by reading server configuration information from the input iniFile. The set of TopicEnty(s) is stored a static Vector topicAreas.
Parameters:
ini - the JaSSI configuration ini file
Overrides:
init in class InitClass

topicAreas

public static Vector topicAreas()
Retrieves the Vector of TopicEntry(s) (all topicAreas avaliable to the system.
Returns:
Vector of TopicEntry(s)

toString

public String toString()
Generates the String representation of the object.
Returns:
String
Overrides:
toString in class InitClass

Open SiteSearch 4.1.1
Final