Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getFrameworkDebug (0.06 sec)

  1. src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java

            assertTrue(fessEnv.isDevelopmentHere());
    
            // Test getEnvironmentTitle
            assertEquals("Local Development", fessEnv.getEnvironmentTitle());
    
            // Test getFrameworkDebug and isFrameworkDebug
            assertEquals("false", fessEnv.getFrameworkDebug());
            assertFalse(fessEnv.isFrameworkDebug());
    
            // Test getTimeAdjustTimeMillis and getTimeAdjustTimeMillisAsLong
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

         * comment: Does it enable the Framework internal debug? (true only when emergency)
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getFrameworkDebug();
    
        /**
         * Is the property for the key 'framework.debug' true? <br>
         * The value is, e.g. false <br>
         * comment: Does it enable the Framework internal debug? (true only when emergency)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 10K bytes
    - Viewed (0)
Back to top