Uses of Enum Class
jp.ecuacion.tool.housekeepfiles.enums.IncidentTreatedAsEnum
Packages that use IncidentTreatedAsEnum
Package
Description
-
Uses of IncidentTreatedAsEnum in jp.ecuacion.tool.housekeepfiles.bl.task
Methods in jp.ecuacion.tool.housekeepfiles.bl.task with parameters of type IncidentTreatedAsEnumModifier and TypeMethodDescriptionprotected voidAbstractTask.treatIncident(IncidentTreatedAsEnum pattern, jp.ecuacion.lib.core.exception.checked.AppException ex, List<jp.ecuacion.lib.core.exception.checked.AppException> warnList) 設定がwarnかerrorかで処理を分ける。 -
Uses of IncidentTreatedAsEnum in jp.ecuacion.tool.housekeepfiles.dto.record
Methods in jp.ecuacion.tool.housekeepfiles.dto.record that return IncidentTreatedAsEnumModifier and TypeMethodDescriptionHousekeepFilesTaskRecord.getActionForDestFileExists()HousekeepFilesTaskRecord.getActionForNoSrcPath() -
Uses of IncidentTreatedAsEnum in jp.ecuacion.tool.housekeepfiles.enums
Methods in jp.ecuacion.tool.housekeepfiles.enums that return IncidentTreatedAsEnumModifier and TypeMethodDescriptionstatic IncidentTreatedAsEnumReturns the enum constant of this class with the specified name.static IncidentTreatedAsEnum[]IncidentTreatedAsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.