Class HkFileManipulateUtil
java.lang.Object
jp.ecuacion.tool.housekeepfiles.util.HkFileManipulateUtil
Provides utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfToOverwrittenFileOrDirExists(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath) Checks if overwritten files or directories exist.
-
Constructor Details
-
HkFileManipulateUtil
public HkFileManipulateUtil()
-
-
Method Details
-
checkIfToOverwrittenFileOrDirExists
public boolean checkIfToOverwrittenFileOrDirExists(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException Checks if overwritten files or directories exist.- Throws:
jp.ecuacion.lib.core.exception.checked.BizLogicAppException
-