Class MavenConfigSource
java.lang.Object
io.yupiik.bundlebee.maven.interpolation.MavenConfigSource
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
public class MavenConfigSource
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSource
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic MavenConfigSource.Configstatic org.codehaus.plexus.component.configurator.expression.ExpressionEvaluatorFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getOrdinal, getPropertyNames
-
Field Details
-
expressionEvaluator
public static org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator expressionEvaluator -
config
-
-
Constructor Details
-
MavenConfigSource
public MavenConfigSource()
-
-
Method Details
-
getProperties
- Specified by:
getPropertiesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-