Class Move
java.lang.Object
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTask
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskLocal
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskCopyOrMove
jp.ecuacion.tool.housekeepfiles.bl.task.Move
Provides move 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 TypeMethodDescriptionprotected voiddoSpecificTask(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, TaskPtnEnum taskPtn, boolean isFromDir, boolean isToDir) Executes task.Methods inherited from class jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTaskCopyOrMove
doTaskInternal, getTaskActionKind, taskDependentCheckMethods 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
-
Move
public Move()Constructs a new instance.
-
-
Method Details
-
doSpecificTask
protected void doSpecificTask(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, TaskPtnEnum taskPtn, boolean isFromDir, boolean isToDir) Description copied from class:AbstractTaskCopyOrMoveExecutes task.- Specified by:
doSpecificTaskin classAbstractTaskCopyOrMove
-