Class SystemResolver
- java.lang.Object
-
- org.apache.synapse.commons.resolvers.SystemResolver
-
-
Constructor Summary
Constructors Constructor Description SystemResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
resolve()
environment variable is resolved in this functionvoid
setVariable(String input)
set environment variable which needs to resolved
-
-
-
Method Detail
-
setVariable
public void setVariable(String input)
set environment variable which needs to resolved- Specified by:
setVariable
in interfaceResolver
-
-