Class AbstractTaskZip
java.lang.Object
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTask
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskLocal
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskZip
- Direct Known Subclasses:
ZipDeleteOrig,ZipRemainOrig
Provides abstract zip tasks.
-
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 TypeMethodDescriptionprotected voiddoTaskInternal(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) doTaskから呼び出される。Methods 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, getTaskActionKind, getToPathFileInfo, hasDestPathInfo, hasSrcPathInfo, localDirExists, taskDependentCheck, treatDestPathExists, treatIncident
-
Constructor Details
-
AbstractTaskZip
public AbstractTaskZip()
-
-
Method Details
-
doTaskInternal
protected void doTaskInternal(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) throws jp.ecuacion.lib.core.exception.checked.AppException Description copied from class:AbstractTaskdoTaskから呼び出される。各taskにて処理実装。- Specified by:
doTaskInternalin classAbstractTask- Throws:
jp.ecuacion.lib.core.exception.checked.AppException
-