Class SystemPropertyValueProviderPlugin
- java.lang.Object
-
- io.wcm.devops.conga.generator.plugins.valueprovider.SystemPropertyValueProviderPlugin
-
- All Implemented Interfaces:
Plugin
,ValueProviderPlugin
public class SystemPropertyValueProviderPlugin extends Object implements ValueProviderPlugin
Gets values from java system properties.
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyValueProviderPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Object
resolve(String variableName, ValueProviderContext context)
Gets parameter value from value provider.
-
-
-
Field Detail
-
NAME
public static final String NAME
Plugin name- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
resolve
public Object resolve(String variableName, ValueProviderContext context)
Description copied from interface:ValueProviderPlugin
Gets parameter value from value provider.- Specified by:
resolve
in interfaceValueProviderPlugin
- Parameters:
variableName
- Variable namecontext
- Context- Returns:
- Parameter value or null if none found
-
-