Class QuarkusPropertiesConfigSource
java.lang.Object
io.smallrye.config.AbstractLocationConfigSourceLoader
org.keycloak.quarkus.runtime.configuration.QuarkusPropertiesConfigSource
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
public final class QuarkusPropertiesConfigSource
extends io.smallrye.config.AbstractLocationConfigSourceLoader
implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
A configuration source for
quarkus.properties.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(ClassLoader classLoader) static Pathprotected String[]static booleanisSameSource(io.smallrye.config.ConfigValue value) protected org.eclipse.microprofile.config.spi.ConfigSourceloadConfigSource(URL url, int ordinal) protected List<org.eclipse.microprofile.config.spi.ConfigSource>tryClassPath(URI uri, int ordinal, ClassLoader classLoader) Methods inherited from class io.smallrye.config.AbstractLocationConfigSourceLoader
failOnMissingFile, fallbackToUnknownProtocol, loadConfigSources, loadConfigSources, loadConfigSources, loadConfigSources, tryFileSystem, tryHttpResource, tryJar, tryProfiles
-
Field Details
-
QUARKUS_PROPERTY_ENABLED
- See Also:
-
NAME
- See Also:
-
QUARKUS_DATASOURCE_BUILDTIME_REGEX
- See Also:
-
-
Constructor Details
-
QuarkusPropertiesConfigSource
public QuarkusPropertiesConfigSource()
-
-
Method Details
-
isSameSource
public static boolean isSameSource(io.smallrye.config.ConfigValue value) -
getConfigurationFile
-
getFileExtensions
- Specified by:
getFileExtensionsin classio.smallrye.config.AbstractLocationConfigSourceLoader
-
loadConfigSource
protected org.eclipse.microprofile.config.spi.ConfigSource loadConfigSource(URL url, int ordinal) throws IOException - Specified by:
loadConfigSourcein classio.smallrye.config.AbstractLocationConfigSourceLoader- Throws:
IOException
-
getConfigSources
public List<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader classLoader) - Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-
tryClassPath
protected List<org.eclipse.microprofile.config.spi.ConfigSource> tryClassPath(URI uri, int ordinal, ClassLoader classLoader) - Overrides:
tryClassPathin classio.smallrye.config.AbstractLocationConfigSourceLoader
-