Class ZipRemainOrig
java.lang.Object
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTask
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskLocal
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskZip
jp.ecuacion.tool.housekeepfiles.bl.task.ZipRemainOrig
Provides zip remaining original file task.
-
Field Summary
Fields inherited from class jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTask
dlog, doesCreateOutputFileAutomatically, inputRuleForDestPathInfo, inputRuleForSrcPathInfo, taskPtn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontaskの種類を指定。voidtaskDependentCheck(HousekeepFilesTaskRecord taskRec, List<jp.ecuacion.lib.core.exception.checked.SingleAppException> exList) checkから呼び出される。Methods inherited from class jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskZip
doTaskInternalMethods inherited from class jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskLocal
getConnection, getConnectionProtocol, getRemoteFileInfo, getRemoteFileInfoList, isDestPathLocal, isSrcPathLocalMethods inherited from class jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTask
check, checkNeedRemoteServer, doesCreateOutputFileAutomatically, doTask, getFromDirFileInfoList, getInputRuleForDestPath, getInputRuleForSrcPath, getLocalFileInfo, getLocalFileInfoList, getToPathFileInfo, hasDestPathInfo, hasSrcPathInfo, localDirExists, treatDestPathExists, treatIncident
-
Constructor Details
-
ZipRemainOrig
public ZipRemainOrig()Constructs a new instance.
-
-
Method Details
-
getTaskActionKind
Description copied from class:AbstractTasktaskの種類を指定。それによりfrom, toの入力要否などを設定。- Specified by:
getTaskActionKindin classAbstractTask
-
taskDependentCheck
public void taskDependentCheck(HousekeepFilesTaskRecord taskRec, List<jp.ecuacion.lib.core.exception.checked.SingleAppException> exList) Description copied from class:AbstractTaskcheckから呼び出される。各taskにてチェック実装。- Specified by:
taskDependentCheckin classAbstractTask
-