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