Searched refs:getDebugSuffix (Results 1 - 10 of 10) 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/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 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());
H A DDefaultDebugConfiguration.java45 public String getDebugSuffix() { method in class:DefaultDebugConfiguration
H A DDebugFileImpl.java108 if (!configuration.getDebugSuffix().isEmpty()) {
110 tmpSuffixDateFormat = new SimpleDateFormat(configuration.getDebugSuffix());
113 String message = "An error occurred with the date format suffix : '" + configuration.getDebugSuffix() +
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
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());
H A DDefaultDebugConfiguration.java45 public String getDebugSuffix() { method in class:DefaultDebugConfiguration
H A DDebugFileImpl.java108 if (!configuration.getDebugSuffix().isEmpty()) {
110 tmpSuffixDateFormat = new SimpleDateFormat(configuration.getDebugSuffix());
113 String message = "An error occurred with the date format suffix : '" + configuration.getDebugSuffix() +
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java40 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm");
52 Assert.assertTrue(debugConfigurationFromProperties.getDebugSuffix().isEmpty(), "Debug suffix should be empty");
64 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm");
75 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm.ss.SSS");
86 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm.ss.SSS");
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java40 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm");
52 Assert.assertTrue(debugConfigurationFromProperties.getDebugSuffix().isEmpty(), "Debug suffix should be empty");
64 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm");
75 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm.ss.SSS");
86 Assert.assertEquals(debugConfigurationFromProperties.getDebugSuffix(), "-MM.dd.yyyy-HH.mm.ss.SSS");

Completed in 51 milliseconds