Class HousekeepFilesBlf
java.lang.Object
jp.ecuacion.tool.housekeepfiles.blf.HousekeepFilesBlf
Provides business logics for housekeeping files.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new instance.only for unit test. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecEachTask(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.voidexecute(HousekeepFilesForm form) Executes housekeeping.
-
Constructor Details
-
HousekeepFilesBlf
public HousekeepFilesBlf()Construct a new instance. -
HousekeepFilesBlf
only for unit test.
-
-
Method Details
-
execute
Executes housekeeping.- Throws:
Exception
-
execEachTask
protected void execEachTask(AbstractTask task, Map<String, ConnectionToRemoteServer> connectionMap, HousekeepFilesTaskRecord taskInfo, Map<String, throws ExceptionString> envVarInfoMap, Map<String, HousekeepFilesAuthRecord> authMap, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) Execute by task.- Throws:
Exception
-