Class GetVarPlugin

    • Constructor Detail

      • GetVarPlugin

        public GetVarPlugin()
    • Method Detail

      • executePlugin

        public Variable executePlugin​(DynamicScopeContext context)
        Description copied from class: WebHarvestPlugin
        Mathod that actually executes processor. Since one instance of this class may be used for multiple executions, creator of plugin is responsible for initiating local variables at the beginning of this method.
        Specified by:
        executePlugin in class WebHarvestPlugin
        Returns:
        Instance of variable as result of execution.