flux.file
Class FileUnzipAction

java.lang.Object
  extended by fluximpl.ActionFlowChartImpl
      extended by fluximpl.ActionImpl
          extended by fluximpl.file.AbstractSingleFileParameter
              extended by fluximpl.file.AbstractDoubleFileParameter
                  extended by fluximpl.file.zip.FileUnzipActionImpl
                      extended by flux.file.FileUnzipAction
All Implemented Interfaces:
Action, DoubleFileParameter, SingleFileParameter, RuntimeDataMap, fluximpl.dev.ActionDev, fluximpl.dev.ActionTriggerDev, java.io.Serializable, java.lang.Cloneable

public class FileUnzipAction
extends fluximpl.file.zip.FileUnzipActionImpl

Decompresses a single zip file into a specified directory.

Author:
Copyright 2014 Flux Corporation. All rights reserved.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class fluximpl.ActionImpl
END_OF_RUN, JOIN_EXP, START_OF_RUN, TIMEOUT_BI, TIMEOUT_BI_NAMESPACE
 
Fields inherited from class fluximpl.ActionFlowChartImpl
actionsLock
 
Constructor Summary
FileUnzipAction()
          Creates a file unzip action that is not associated with a flow chart.
FileUnzipAction(FlowChart flowChart, java.lang.String name)
          Creates a file unzip action that is associated with the specified flow chart.
 
Method Summary
 
Methods inherited from class fluximpl.file.zip.FileUnzipActionImpl
getHiddenVariableNames, process, verify
 
Methods inherited from class fluximpl.file.AbstractDoubleFileParameter
addTarget, execute, getIndexedTargets, getIndexedTargets, getTargets, isPreserveDirectoryStructure, setIndexedTargets, setIndexedTargets, setPreserveDirectoryStructure, setTargets
 
Methods inherited from class fluximpl.file.AbstractSingleFileParameter
addSource, clear, getIndexedSources, getIndexedSources, getSources, setIndexedSources, setIndexedSources, setSources
 
Methods inherited from class fluximpl.ActionImpl
addFlow, addFlow, addInFlow, addOutFlow, addPropertyChangeListener, addSignalFlow, auditForAgent, calculateTimeout, clearInFlow, clone, cloneFlows, countSignals, doDataMapping, equals, getAuditTrailDetails, getFlows, getInFlows, getJoinExpression, getNote, getOutFlows, getPoint, getPostscript, getPostscriptLanguage, getPrescript, getPrescriptLanguage, getResultInfo, getRuntimeDataMap, getSignalsToMonitor, getTimeoutBusinessInterval, getTimeoutBusinessIntervalNamespace, getTimeoutExpression, getX, getY, hashCode, isEndOfRun, isJoinPoint, isMarkedForSkip, isSkippable, isStartAction, isStartOfRun, isTransactionBreak, makeTimeoutSignal, postClone, preClone, removeFlow, removeInFlow, removePropertyChangeListener, setElseFlow, setEndOfRun, setErrorFlow, setErrorFlowWithoutRollback, setErrorFlowWithRollback, setJoinExpression, setJoinPoint, setMarkedForSkip, setName, setNameWithoutErrorCheck, setNote, setPoint, setPostscript, setPostscriptLanguage, setPrescript, setPrescriptLanguage, setRuntimeDataMap, setSignalsToMonitor, setSkippable, setStartAction, setStartOfRun, setTimeoutBusinessInterval, setTimeoutBusinessIntervalNamespace, setTimeoutExpression, setTimeoutFlow, setTransactionBreak, setX, setY, toString, verifyOnClient, verifyTimeout
 
Methods inherited from class fluximpl.ActionFlowChartImpl
getDescription, getId, getName, getVariableManager, reset, setDescription, setId, setVariableManager
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface flux.file.SingleFileParameter
addSource, clear, getSources
 

Constructor Detail

FileUnzipAction

public FileUnzipAction()
Creates a file unzip action that is not associated with a flow chart.


FileUnzipAction

public FileUnzipAction(FlowChart flowChart,
                       java.lang.String name)
Creates a file unzip action that is associated with the specified flow chart.



© 2014 Flux Corporation. All rights reserved.