-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ConfigOrigin
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULTset when the user has not set any configuration for the key (defaults to a value)
JVM_PROPconfigurations that are set through JVM properties
REMOTEvalues that are set using remote config
ENVconfigurations that are set through environment variables
-
Method Summary
Modifier and Type Method Description static Array<ConfigOrigin>values()static ConfigOriginvalueOf(String name)-
-
Method Detail
-
values
static Array<ConfigOrigin> values()
-
valueOf
static ConfigOrigin valueOf(String name)
-
-
-
-