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 Details

    • AbstractEnvironmentPropertyVariable

      protected AbstractEnvironmentPropertyVariable()
    • AbstractEnvironmentPropertyVariable

      protected AbstractEnvironmentPropertyVariable(String name, String defValue)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getName

      protected String getName()
    • setName

      protected void setName(String name)
    • getDefValue

      protected String getDefValue()
    • setDefValue

      protected void setDefValue(String defValue)