flux
Interface HttpFileTransferAction

All Superinterfaces:
flux.Action, Cloneable, flux.runtimedatamap.RuntimeDataMap, Serializable

public interface HttpFileTransferAction
extends flux.Action

HttpFileTransferAction that supports downloading files from web server.

Author:
arul@flux.ly

Method Summary
 void setDestination(String destination)
          Sets the destination filename.
 void setSource(String source)
          Sets the source filename.
 
Methods inherited from interface flux.Action
addFlow, addFlow, addSignalFlow, clone, execute, getDescription, getFlows, getHiddenVariableNames, getJoinExpression, getName, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutExpression, getVariableManager, isEndOfRun, isJoinPoint, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, removeFlow, reset, setDescription, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setName, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, verify, verifyOnClient
 
Methods inherited from interface flux.runtimedatamap.RuntimeDataMap
getRuntimeDataMap, setRuntimeDataMap
 

Method Detail

setDestination

void setDestination(String destination)
Sets the destination filename. This is the directory where the file is downloaded to. For example, you could specify "downloads/flux-plugins.zip".

Parameters:
destination - Destination filename.

setSource

void setSource(String source)
Sets the source filename. This is typically a HTTP URL such as https://bitbucket.org/aruld/flux-plugins/downloads/flux-plugins-1.0.2.zip

Parameters:
source - Source filename.


© 2012 Flux Corporation. All rights reserved.