Uses of Class
jp.ecuacion.tool.housekeepfiles.bean.ConnectionToRemoteServer
Packages that use ConnectionToRemoteServer
Package
Description
-
Uses of ConnectionToRemoteServer in jp.ecuacion.tool.housekeepfiles.bean
Subclasses of ConnectionToRemoteServer in jp.ecuacion.tool.housekeepfiles.beanModifier and TypeClassDescriptionclassProvides connection to remote server through sftp. -
Uses of ConnectionToRemoteServer in jp.ecuacion.tool.housekeepfiles.bl
Methods in jp.ecuacion.tool.housekeepfiles.bl with parameters of type ConnectionToRemoteServerModifier and TypeMethodDescriptionvoidHousekeepFilesBl.doTaskForMultipleFiles(HousekeepFilesTaskRecord taskRec, HousekeepFilesExpandedPathsInfo pathInfo, ConnectionToRemoteServer conn, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) HousekeepFilesBl.expandAllPath(AbstractTask task, HousekeepFilesTaskRecord taskRec, Map<String, String> envVarInfoMap, ConnectionToRemoteServer connection) -
Uses of ConnectionToRemoteServer in jp.ecuacion.tool.housekeepfiles.bl.task
Methods in jp.ecuacion.tool.housekeepfiles.bl.task that return ConnectionToRemoteServerModifier and TypeMethodDescriptionabstract ConnectionToRemoteServerAbstractTask.getConnection(String remoteServer, Map<String, HousekeepFilesAuthRecord> authMap) それぞれのremote通信に対するconnection。AbstractTaskLocal.getConnection(String remoteServer, Map<String, HousekeepFilesAuthRecord> authMap) Methods in jp.ecuacion.tool.housekeepfiles.bl.task with parameters of type ConnectionToRemoteServerModifier and TypeMethodDescriptionprotected abstract voidAbstractTaskSftp.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) Executes task.protected voidSftpCopyFromServer.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidSftpCopyToServer.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidSftpCreateDir.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String srcPath, String destPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidSftpDeleteFromServer.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidSftpMoveFromServer.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidSftpMoveToServer.doSpecificTask(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) voidAbstractTask.doTask(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String srcPath, String destPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) task実行。protected abstract voidAbstractTask.doTaskInternal(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String srcPath, String destPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) doTaskから呼び出される。protected voidAbstractTaskCopyOrMove.doTaskInternal(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String srcPath, String destPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidAbstractTaskSftp.doTaskInternal(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidAbstractTaskZip.doTaskInternal(ConnectionToRemoteServer connection, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidCreateDir.doTaskInternal(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String srcPath, String destPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidCreateFile.doTaskInternal(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String fromPath, String destPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidDelete.doTaskInternal(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidUnzipDeleteOrig.doTaskInternal(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) protected voidUnzipRemainOrig.doTaskInternal(ConnectionToRemoteServer conn, HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) AbstractTask.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 ConnectionToRemoteServer in jp.ecuacion.tool.housekeepfiles.blf
Method parameters in jp.ecuacion.tool.housekeepfiles.blf with type arguments of type ConnectionToRemoteServerModifier 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.