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
ConstructorsModifierConstructorDescriptionprotectedprotectedAbstractEnvironmentPropertyVariable(String name, String defValue) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected Stringprotected StringgetName()protected voidsetDefValue(String defValue) protected voidMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigReader.Variable
calculateValue
-
Constructor Details
-
AbstractEnvironmentPropertyVariable
protected AbstractEnvironmentPropertyVariable() -
AbstractEnvironmentPropertyVariable
-
-
Method Details
-
equals
-
getName
-
setName
-
getDefValue
-
setDefValue
-