Class CDIPlainInjectionTest.TestConfigSource
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.CDIPlainInjectionTest.TestConfigSource
-
- All Implemented Interfaces:
ConfigSource
- Enclosing class:
- CDIPlainInjectionTest
public static class CDIPlainInjectionTest.TestConfigSource 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 TestConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Map<String,String>getProperties()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
getOrdinal
-
-
-
-
Method Detail
-
getProperties
public Map<String,String> getProperties()
- Specified by:
getPropertiesin interfaceConfigSource
-
getValue
public String getValue(String propertyName)
- Specified by:
getValuein interfaceConfigSource
-
getName
public String getName()
- Specified by:
getNamein interfaceConfigSource
-
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNamesin interfaceConfigSource
-
-