Class CDIPropertyExpressionsTest.PropertyExpressionConfigSource
- java.lang.Object
-
- org.eclipse.microprofile.config.tck.CDIPropertyExpressionsTest.PropertyExpressionConfigSource
-
- All Implemented Interfaces:
ConfigSource
- Enclosing class:
- CDIPropertyExpressionsTest
public static class CDIPropertyExpressionsTest.PropertyExpressionConfigSource 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 PropertyExpressionConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()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, 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
-
-