- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setOsddPath (0.1 sec)
-
src/test/java/org/codelibs/fess/helper/OsddHelperTest.java
}); final OsddHelper osddHelper = new OsddHelper(); osddHelper.setOsddPath("osdd/osdd.xml"); osddHelper.init(); assertTrue(osddHelper.hasOpenSearchFile()); } public void test_setOsddPath() { final OsddHelper osddHelper = new OsddHelper(); osddHelper.setOsddPath("test/path/osdd.xml"); assertEquals("test/path/osdd.xml", osddHelper.osddPath); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 23.9K bytes - Viewed (0) -
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 */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.7K bytes - Viewed (0)