Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.Config Class Reference

List of all members.

Detailed Description

Properties file wrapper

Definition at line 12 of file Config.java.

Public Member Functions

 Config (File f) throws Fault
 Config (Properties p) throws Fault
 Config (String f) throws Fault
final String get (String key, String defaultValue)
final boolean get (String key, boolean defaultValue)
final int get (String key, int defaultValue)
final long get (String key, long defaultValue)
final void put (String key, Object value)
final void put (String key, boolean value)
final void put (String key, int value)
final void put (String key, long value)
final String get (String key) throws Fault
final boolean getBoolean (String key) throws Fault
final int getInt (String key) throws Fault
final long getLong (String key) throws Fault
void list (java.io.PrintStream ps)
String toString ()

Static Public Member Functions

final Config loadFile (File path) throws Fault
final Config loadFile (String path) throws Fault

Public Attributes

final Properties properties


The documentation for this class was generated from the following file: