Package xyz.block.ftl.runtime.config
Class FTLConfigSource
-
- All Implemented Interfaces:
-
org.eclipse.microprofile.config.spi.ConfigSource
public class FTLConfigSource implements ConfigSource
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringDATASOURCE_NAMESpublic final static StringQUARKUS_LOG_LEVELpublic final Set<String>propertyNamespublic final static StringCONFIG_ORDINALpublic final static intDEFAULT_ORDINAL
-
Constructor Summary
Constructors Constructor Description FTLConfigSource(FTLController controller)
-
Method Summary
Modifier and Type Method Description Set<String>getPropertyNames()intgetOrdinal()StringgetValue(String s)StringgetName()-
-
Constructor Detail
-
FTLConfigSource
FTLConfigSource(FTLController controller)
-
-
Method Detail
-
getPropertyNames
Set<String> getPropertyNames()
-
getOrdinal
int getOrdinal()
-
-
-
-