Package io.quarkus.dev.config
Class CurrentConfig
- java.lang.Object
-
- io.quarkus.dev.config.CurrentConfig
-
- All Implemented Interfaces:
Comparable<CurrentConfig>
public class CurrentConfig extends Object implements Comparable<CurrentConfig>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CurrentConfig o)StringgetAppPropertiesValue()StringgetCurrentValue()StringgetDefaultValue()StringgetDescription()StringgetPropertyName()
-
-
-
Method Detail
-
getPropertyName
public String getPropertyName()
-
getDescription
public String getDescription()
-
getDefaultValue
public String getDefaultValue()
-
getCurrentValue
public String getCurrentValue()
-
getAppPropertiesValue
public String getAppPropertiesValue()
-
compareTo
public int compareTo(CurrentConfig o)
- Specified by:
compareToin interfaceComparable<CurrentConfig>
-
-