Class FilePropertyResolver

  • All Implemented Interfaces:
    Resolver

    public class FilePropertyResolver
    extends Object
    implements Resolver
    File Property resolver can be used to resolve file property variables in the synapse config.
    • Constructor Detail

      • FilePropertyResolver

        public FilePropertyResolver()
    • Method Detail

      • setVariable

        public void setVariable​(String input)
        set file property variable which needs to resolved
        Specified by:
        setVariable in interface Resolver
        Parameters:
        input -
      • resolve

        public String resolve()
        file property variable is resolved in this function
        Specified by:
        resolve in interface Resolver
        Returns:
        resolved value for the file property variable