org.activemath.exercises
Class Configuration

java.lang.Object
  extended by org.activemath.exercises.Configuration

public class Configuration
extends Object

Configuration helper class, that wraps org.activemath.config.Manager

Version:
$Revision: 1.5 $ $Date: 2012/04/03 19:06:31 $

Constructor Summary
Configuration()
           
Configuration(String prefix)
           
 
Method Summary
 boolean getBooleanProperty(String name)
           
 String getFullName(String name)
           
 int getIntegerProperty(String name)
           
 String getPath()
           
 String getPath(String relativePath)
           
 String getPathProperty(String name)
           
 String getStringProperty(String name)
           
 boolean hasProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Configuration

public Configuration()

Configuration

public Configuration(String prefix)
Method Detail

getFullName

public String getFullName(String name)

hasProperty

public boolean hasProperty(String name)

getStringProperty

public String getStringProperty(String name)

getPath

public String getPath()

getPath

public String getPath(String relativePath)

getPathProperty

public String getPathProperty(String name)

getBooleanProperty

public boolean getBooleanProperty(String name)

getIntegerProperty

public int getIntegerProperty(String name)