Package tigase.conf
Class ConfigReader.AbstractEnvironmentPropertyVariable
- java.lang.Object
-
- tigase.conf.ConfigReader.AbstractEnvironmentPropertyVariable
-
- All Implemented Interfaces:
ConfigReader.Variable
- Direct Known Subclasses:
ConfigReader.EnvironmentVariable,ConfigReader.PropertyVariable
- Enclosing class:
- ConfigReader
public abstract static class ConfigReader.AbstractEnvironmentPropertyVariable extends Object implements ConfigReader.Variable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractEnvironmentPropertyVariable()protectedAbstractEnvironmentPropertyVariable(String name, String defValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected StringgetDefValue()protected StringgetName()protected voidsetDefValue(String defValue)protected voidsetName(String name)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tigase.conf.ConfigReader.Variable
calculateValue
-
-