Firefish 0.5.10

gov.lbl.dsd.firefish
Class Configuration

java.lang.Object
  extended bygov.lbl.dsd.firefish.Configuration

public class Configuration
extends Object

Allows to retrieve global configuration options.

Version:
$Revision: 1.5 $, $Date: 2004/01/30 01:18:02 $

Method Summary
 String getCatalinaBase()
           
 String getCgiDir()
           
 boolean getCgiIsEnabled()
           
static Configuration getConfig()
           
 String getDatabaseFile()
           
 int getDatabaseItemSetSize()
           
 String getDatabaseSoftPublishQueryFile()
           
 String getFirefishHome()
           
 boolean getIsValidating()
           
 String getJDBCConnectionURI()
           
 String getJDBCDriver()
           
 String getJDBCPassword()
           
 String getJDBCUser()
           
 int getOpenMaxHops()
           
 long getOpenMaxTimeout()
           
 int getReceiveMax()
           
 int getReceiveMin()
           
 boolean getSSL()
           
 Properties getUserProperties()
           
static void main(String[] args)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConfig

public static Configuration getConfig()

getUserProperties

public Properties getUserProperties()

main

public static void main(String[] args)

toString

public String toString()

getFirefishHome

public String getFirefishHome()

getCatalinaBase

public String getCatalinaBase()

getOpenMaxTimeout

public long getOpenMaxTimeout()

getOpenMaxHops

public int getOpenMaxHops()

getReceiveMax

public int getReceiveMax()

getReceiveMin

public int getReceiveMin()

getDatabaseFile

public String getDatabaseFile()

getDatabaseSoftPublishQueryFile

public String getDatabaseSoftPublishQueryFile()

getJDBCDriver

public String getJDBCDriver()

getJDBCConnectionURI

public String getJDBCConnectionURI()

getJDBCUser

public String getJDBCUser()

getJDBCPassword

public String getJDBCPassword()

getIsValidating

public boolean getIsValidating()

getCgiIsEnabled

public boolean getCgiIsEnabled()

getCgiDir

public String getCgiDir()

getDatabaseItemSetSize

public int getDatabaseItemSetSize()

getSSL

public boolean getSSL()

Firefish 0.5.10

Jump to the Firefish Homepage