Package io.quarkus.runtime.configuration
Class QuarkusConfigValue
java.lang.Object
io.quarkus.runtime.configuration.QuarkusConfigValue
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getName()
getValue()
setConfigSourceName
(String configSourceName) setConfigSourceOrdinal
(int configSourceOrdinal) setConfigSourcePosition
(int configSourcePosition) setLineNumber
(int lineNumber) setProfile
(String profile) setRawValue
(String rawValue)
-
Constructor Details
-
QuarkusConfigValue
public QuarkusConfigValue()
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getRawValue
-
setRawValue
-
getProfile
-
setProfile
-
getConfigSourceName
-
setConfigSourceName
-
getConfigSourceOrdinal
public int getConfigSourceOrdinal() -
setConfigSourceOrdinal
-
getConfigSourcePosition
public int getConfigSourcePosition() -
setConfigSourcePosition
-
getLineNumber
public int getLineNumber() -
setLineNumber
-