- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for jos (0.01 sec)
-
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
private void createTestJarWithXml(File jarFile, String xmlContent) throws Exception { try (JarOutputStream jos = new JarOutputStream(new FileOutputStream(jarFile))) { JarEntry entry = new JarEntry("fess_ds++.xml"); jos.putNextEntry(entry); jos.write(xmlContent.getBytes()); jos.closeEntry(); } } // Test DataStore implementation for testing
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0)