org.activemath.exercises
Class Configuration
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration
public Configuration()
Configuration
public Configuration(String prefix)
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)