Searched refs:validateSuffix (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java143 if (validateSuffix(Calendar.MILLISECOND, 1)) {
165 if (validateSuffix(Calendar.MINUTE, getRotationInterval())) {
183 private boolean validateSuffix(int field, int amount) throws IllegalArgumentException { method in class:DebugConfigurationFromProperties
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java145 if (validateSuffix(Calendar.MILLISECOND, 1)) {
167 if (validateSuffix(Calendar.MINUTE, getRotationInterval())) {
185 private boolean validateSuffix(int field, int amount) throws IllegalArgumentException { method in class:DebugConfigurationFromProperties

Completed in 28 milliseconds