Searched refs:getRotationFileSizeInByte (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.java53 public long getRotationFileSizeInByte(); method in interface:DebugConfiguration
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugConfiguration.java53 public long getRotationFileSizeInByte(); method in interface:DebugConfiguration
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDefaultDebugConfiguration.java55 public long getRotationFileSizeInByte() { method in class:DefaultDebugConfiguration
H A DDebugConfigurationFromProperties.java119 public long getRotationFileSizeInByte() { method in class:DebugConfigurationFromProperties
130 if (getRotationFileSizeInByte() != -1) {
131 if (getRotationFileSizeInByte() <= 0) {
133 "zero. File size rotation = '" + getRotationFileSizeInByte() + "'", null);
138 getRotationFileSizeInByte() + ") but the debug suffix is empty");
H A DDebugFileImpl.java193 (configuration.getRotationInterval() > 0 || configuration.getRotationFileSizeInByte() > 0)) {
219 if (configuration.getRotationFileSizeInByte() == -1) {
272 return configuration.getRotationFileSizeInByte() != -1
273 && currentFile.length() >= configuration.getRotationFileSizeInByte();
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDefaultDebugConfiguration.java55 public long getRotationFileSizeInByte() { method in class:DefaultDebugConfiguration
H A DDebugConfigurationFromProperties.java121 public long getRotationFileSizeInByte() { method in class:DebugConfigurationFromProperties
132 if (getRotationFileSizeInByte() != -1) {
133 if (getRotationFileSizeInByte() <= 0) {
135 "zero. File size rotation = '" + getRotationFileSizeInByte() + "'", null);
140 getRotationFileSizeInByte() + ") but the debug suffix is empty");
H A DDebugFileImpl.java207 (configuration.getRotationInterval() > 0 || configuration.getRotationFileSizeInByte() > 0)) {
233 if (configuration.getRotationFileSizeInByte() == -1) {
285 return configuration.getRotationFileSizeInByte() != -1
286 && currentFile.length() >= configuration.getRotationFileSizeInByte();
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java43 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), -1, "Debug file size " +
55 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), -1, "Debug file size " +
66 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), -1, "Debug file size " +
78 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), 2 << 20);
88 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), 2 << 20);
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugConfigurationFromPropertiesTest.java43 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), -1, "Debug file size " +
55 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), -1, "Debug file size " +
66 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), -1, "Debug file size " +
78 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), 2 << 20);
88 Assert.assertEquals(debugConfigurationFromProperties.getRotationFileSizeInByte(), 2 << 20);

Completed in 34 milliseconds