Uses of Enum Class
jp.ecuacion.tool.housekeepfiles.enums.TaskPtnEnum
Packages that use TaskPtnEnum
Package
Description
-
Uses of TaskPtnEnum in jp.ecuacion.tool.housekeepfiles.bl
Methods in jp.ecuacion.tool.housekeepfiles.bl with parameters of type TaskPtnEnumModifier and TypeMethodDescriptionvoidHousekeepFilesBl.createTaskInstance(List<jp.ecuacion.lib.core.exception.checked.SingleAppException> exList, HousekeepFilesTaskRecord dtRec, TaskPtnEnum taskPtn) -
Uses of TaskPtnEnum in jp.ecuacion.tool.housekeepfiles.bl.task
Fields in jp.ecuacion.tool.housekeepfiles.bl.task declared as TaskPtnEnumMethods in jp.ecuacion.tool.housekeepfiles.bl.task with parameters of type TaskPtnEnumModifier and TypeMethodDescriptionprotected abstract voidAbstractTaskCopyOrMove.doSpecificTask(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, TaskPtnEnum taskPtn, boolean isFromDir, boolean isToDir) Executes task.protected voidCopy.doSpecificTask(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, TaskPtnEnum taskPtn, boolean isFromDir, boolean isToDir) protected voidMove.doSpecificTask(HousekeepFilesTaskRecord taskRec, String fromPath, String toPath, TaskPtnEnum taskPtn, boolean isFromDir, boolean isToDir) -
Uses of TaskPtnEnum in jp.ecuacion.tool.housekeepfiles.dto.record
Methods in jp.ecuacion.tool.housekeepfiles.dto.record that return TaskPtnEnum -
Uses of TaskPtnEnum in jp.ecuacion.tool.housekeepfiles.enums
Methods in jp.ecuacion.tool.housekeepfiles.enums that return TaskPtnEnumModifier and TypeMethodDescriptionstatic TaskPtnEnumReturns the enum constant of this class with the specified name.static TaskPtnEnum[]TaskPtnEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.