Searched defs:getDebugSuffix (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugConfiguration.java37 public String getDebugSuffix(); method in interface:DebugConfiguration
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDefaultDebugConfiguration.java45 public String getDebugSuffix() { method in class:DefaultDebugConfiguration
H A DDebugConfigurationFromProperties.java109 public String getDebugSuffix() { method in class:DebugConfigurationFromProperties
136 if (getDebugSuffix().isEmpty()) {
144 throw new InvalidDebugConfigurationException("This suffix '" + getDebugSuffix() + "' isn't " +
148 throw new InvalidDebugConfigurationException("Suffix '" + getDebugSuffix() + "' can't be parsed.");
158 if (getDebugSuffix().isEmpty()) {
166 throw new InvalidDebugConfigurationException("Suffix '" + getDebugSuffix() + "' isn't compatible" +
170 throw new InvalidDebugConfigurationException("Suffix '" + getDebugSuffix() + "' can't be parsed.");
185 SimpleDateFormat dateFormat = new SimpleDateFormat(getDebugSuffix());
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugConfiguration.java37 public String getDebugSuffix(); method in interface:DebugConfiguration
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDefaultDebugConfiguration.java45 public String getDebugSuffix() { method in class:DefaultDebugConfiguration
H A DDebugConfigurationFromProperties.java111 public String getDebugSuffix() { method in class:DebugConfigurationFromProperties
138 if (getDebugSuffix().isEmpty()) {
146 throw new InvalidDebugConfigurationException("This suffix '" + getDebugSuffix() + "' isn't " +
150 throw new InvalidDebugConfigurationException("Suffix '" + getDebugSuffix() + "' can't be parsed.");
160 if (getDebugSuffix().isEmpty()) {
168 throw new InvalidDebugConfigurationException("Suffix '" + getDebugSuffix() + "' isn't compatible" +
172 throw new InvalidDebugConfigurationException("Suffix '" + getDebugSuffix() + "' can't be parsed.");
187 SimpleDateFormat dateFormat = new SimpleDateFormat(getDebugSuffix());

Completed in 41 milliseconds