flux
Interface UnzipFileAction

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

public interface UnzipFileAction
extends flux.Action

Unzips a specified zip archive file.

Author:
wade@flux.ly

Method Summary
 void setDestination(String path)
          Sets the destination path where the files are extracted to.
 void setZipFile(String filename)
          Sets the name of the zip file.
 
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 path)
Sets the destination path where the files are extracted to.

Parameters:
path - The destination path where the files are extracted to.

setZipFile

void setZipFile(String filename)
Sets the name of the zip file.

Parameters:
filename - The name of the zip file.


© 2012 Flux Corporation. All rights reserved.