|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UntarFileAction
Untars a specified tar archive file. It supports decompressing bzip, gzip and tar file types.
Method Summary | |
---|---|
void |
setDestination(String dest)
Sets the directory where to store the expanded files. |
void |
setExcludePatterns(List<String> excludePatterns)
Sets the file exclude patterns. |
void |
setIncludePatterns(List<String> includePatterns)
Sets the file include patterns. |
void |
setOverwriteEnabled(boolean overwrite)
Overwrite files, even if they are newer than the corresponding entries in the archive. |
void |
setSource(String src)
Sets the archive file to expand. |
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 |
---|
void setDestination(String dest)
dest
- The directory where to store the expanded files.void setExcludePatterns(List<String> excludePatterns)
excludePatterns
- The file exclude patterns.void setIncludePatterns(List<String> includePatterns)
includePatterns
- The file include patterns.void setOverwriteEnabled(boolean overwrite)
overwrite
- Overwrite files, even if they are newer than
the corresponding entries in the archive.void setSource(String src)
src
- The archive file to expand.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |