- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for setOsddPath (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/helper/OsddHelper.java
out.write(ins); } }); } /** * Sets the OSDD path. * * @param osddPath the OSDD path */ public void setOsddPath(final String osddPath) { this.osddPath = osddPath; } /** * Sets the encoding. * * @param encoding the encoding */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/OsddHelperTest.java
}); final OsddHelper osddHelper = new OsddHelper(); osddHelper.setOsddPath("osdd/osdd.xml"); osddHelper.init(); assertTrue(osddHelper.hasOpenSearchFile()); } @Test public void test_setOsddPath() { final OsddHelper osddHelper = new OsddHelper(); osddHelper.setOsddPath("test/path/osdd.xml"); assertEquals("test/path/osdd.xml", osddHelper.osddPath); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 24.3K bytes - Click Count (0)