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