com.bowstreet
Class BSConfig.ValueOverride
java.lang.Object
com.bowstreet.BSConfig.ValueOverride
- Enclosing class:
- BSConfig
public static class BSConfig.ValueOverride
- extends java.lang.Object
Instances of this class can override property settings
on a fine-grained basis. The main class will call into
the current instance, if any, returning non-null values
immediately; if null is returned, the normal lookup will
proceed.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BSConfig.ValueOverride
public BSConfig.ValueOverride()
getHomedir
public java.lang.String getHomedir()
getHomedirCanonical
public java.lang.String getHomedirCanonical()
getHtmlRootDir
public java.lang.String getHtmlRootDir()
getProperty
public java.lang.String getProperty(java.lang.String key)
Copyright © 2009 IBM. All Rights Reserved.