Package io.quarkus.test.component
Class QuarkusComponentTestConfigSource
- java.lang.Object
-
- io.quarkus.test.component.QuarkusComponentTestConfigSource
-
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
class QuarkusComponentTestConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
-
-
Constructor Summary
Constructors Constructor Description QuarkusComponentTestConfigSource(Map<String,String> configProperties, int ordinal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()intgetOrdinal()Set<String>getPropertyNames()StringgetValue(String propertyName)
-
-
-
Method Detail
-
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNamesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
public String getValue(String propertyName)
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getOrdinal
public int getOrdinal()
- Specified by:
getOrdinalin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
-