Class SystemResolver
java.lang.Object
org.apache.synapse.commons.resolvers.SystemResolver
- All Implemented Interfaces:
Resolver
System resolver can be used to resolve environment variables in the synapse config.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve()environment variable is resolved in this functionvoidsetVariable(String input) set environment variable which needs to resolved
-
Constructor Details
-
SystemResolver
public SystemResolver()
-
-
Method Details
-
setVariable
set environment variable which needs to resolved- Specified by:
setVariablein interfaceResolver
-
resolve
environment variable is resolved in this function
-