Uses of Class
jp.ecuacion.tool.housekeepfiles.bl.task.AbstractTask
Packages that use AbstractTask
Package
Description
-
Uses of AbstractTask in jp.ecuacion.tool.housekeepfiles.bl
Methods in jp.ecuacion.tool.housekeepfiles.bl that return AbstractTaskModifier and TypeMethodDescriptionprotected AbstractTaskHousekeepFilesBl.getTaskInstance(HousekeepFilesTaskRecord taskRec) Methods in jp.ecuacion.tool.housekeepfiles.bl with parameters of type AbstractTaskModifier and TypeMethodDescriptionHousekeepFilesBl.expandAllPath(AbstractTask task, HousekeepFilesTaskRecord taskRec, Map<String, String> envVarInfoMap, ConnectionToRemoteServer connection) List<jp.ecuacion.lib.core.exception.checked.AppException> HousekeepFilesBl.logicalCheckTaskListAfterEnvVarExpansion(AbstractTask task, HousekeepFilesTaskRecord rec, HousekeepFilesExpandedPathsInfo pathInfo) -
Uses of AbstractTask in jp.ecuacion.tool.housekeepfiles.bl.task
Subclasses of AbstractTask in jp.ecuacion.tool.housekeepfiles.bl.taskModifier and TypeClassDescriptionclassProvides abstract task for copy and move.classProvides abstract local tasks.classProvides abstract remote tasks.classProvides abstract sftp tasks.classProvides abstract zip tasks.classProvides copy task.classProvides create directory task.classProvides create directory task.classProvides delete task.classProvides move task.classProvides sftp copy from server task.classProvides sftp copy to server task.classProvides sftp create directory task.classProvides sftp delete from server task.classProvides sftp move to server task.classProvides sftp move to server task.classProvides unzip deleting original file task.classProvides unzip remaining original file task.classProvides zip deleting original file task.classProvides zip remaining original file task.Methods in jp.ecuacion.tool.housekeepfiles.bl.task with parameters of type AbstractTaskModifier and TypeMethodDescriptionAbstractTask.getFromDirFileInfoList(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) protected abstract FileInfoAbstractTask.getRemoteFileInfo(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) protected FileInfoAbstractTaskLocal.getRemoteFileInfo(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) Returns null since it's never called.protected FileInfoAbstractTaskSftp.getRemoteFileInfo(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) AbstractTask.getRemoteFileInfoList(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) AbstractTaskLocal.getRemoteFileInfoList(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) Returns null since it's never called.AbstractTaskSftp.getRemoteFileInfoList(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) Returns specified file or directory if exists.AbstractTask.getToPathFileInfo(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) -
Uses of AbstractTask in jp.ecuacion.tool.housekeepfiles.blf
Methods in jp.ecuacion.tool.housekeepfiles.blf with parameters of type AbstractTaskModifier and TypeMethodDescriptionprotected voidHousekeepFilesBlf.execEachTask(AbstractTask task, Map<String, ConnectionToRemoteServer> connectionMap, HousekeepFilesTaskRecord taskInfo, Map<String, String> envVarInfoMap, Map<String, HousekeepFilesAuthRecord> authMap, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) Execute by task. -
Uses of AbstractTask in jp.ecuacion.tool.housekeepfiles.dto.record
Fields in jp.ecuacion.tool.housekeepfiles.dto.record declared as AbstractTask