Uses of Class
jp.ecuacion.tool.housekeepfiles.dto.other.FileInfo
Packages that use FileInfo
-
Uses of FileInfo in jp.ecuacion.tool.housekeepfiles.bl.task
Methods in jp.ecuacion.tool.housekeepfiles.bl.task that return FileInfoModifier and TypeMethodDescriptionprotected FileInfoAbstractTask.getLocalFileInfo(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.getToPathFileInfo(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) Methods in jp.ecuacion.tool.housekeepfiles.bl.task that return types with arguments of type FileInfoModifier and TypeMethodDescriptionAbstractTask.getFromDirFileInfoList(AbstractTask task, ConnectionToRemoteServer connection, boolean isPathDir, String path) AbstractTask.getLocalFileInfoList(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.