Class ConfigValueTest.ConfigValueConfigSource
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.ConfigValueTest.ConfigValueConfigSource
-
- All Implemented Interfaces:
ConfigSource
- Enclosing class:
- ConfigValueTest
public static class ConfigValueTest.ConfigValueConfigSource extends Object implements ConfigSource
-
-
Field Summary
-
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL
-
-
Constructor Summary
Constructors Constructor Description ConfigValueConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()intgetOrdinal()Set<String>getPropertyNames()StringgetValue(String propertyName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getProperties
-
-
-
-
Method Detail
-
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNamesin interfaceConfigSource
-
getValue
public String getValue(String propertyName)
- Specified by:
getValuein interfaceConfigSource
-
getName
public String getName()
- Specified by:
getNamein interfaceConfigSource
-
getOrdinal
public int getOrdinal()
- Specified by:
getOrdinalin interfaceConfigSource
-
-