Package io.quarkus.registry.config
Interface ConfigSource
-
- All Known Implementing Classes:
ConfigSource.FileConfigSource
public interface ConfigSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigSource.FileConfigSource
-
Field Summary
Fields Modifier and Type Field Description static ConfigSourceDEFAULTstatic ConfigSourceENVstatic ConfigSourceMANUAL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescribe()Describe the source of this registry configuration for use with info and error messages.PathgetFilePath()
-
-
-
Field Detail
-
DEFAULT
static final ConfigSource DEFAULT
-
MANUAL
static final ConfigSource MANUAL
-
ENV
static final ConfigSource ENV
-
-