AHA
Class AhaProperties

java.lang.Object
  |
  +--AHA.AhaProperties

public class AhaProperties
extends java.lang.Object

AhaProperties contains the properties from the Course's properties file. See documentation which properties.


Constructor Summary
AhaProperties(AHA AHA)
           
 
Method Summary
 java.lang.String getProperty(java.lang.String key)
           
 void list(java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AhaProperties

public AhaProperties(AHA AHA)
              throws AhaException
Method Detail

list

public void list(java.io.PrintStream out)

getProperty

public java.lang.String getProperty(java.lang.String key)