- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for forPattern (0.04 seconds)
-
src/main/java/org/codelibs/fess/job/IndexExportJob.java
*/ public IndexExportJob format(final String format) { this.formatter = createFormatter(format); return this; } /** * Creates a formatter for the given format name. * * @param format the format name * @return the formatter instance * @throws IllegalArgumentException if the format is null, empty, or not supported */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/IndexExportJobTest.java
final IndexExportFormatter formatter = indexExportJob.createFormatter("html"); assertTrue(formatter instanceof HtmlIndexExportFormatter); } @Test public void test_createFormatter_json() { final IndexExportFormatter formatter = indexExportJob.createFormatter("json"); assertTrue(formatter instanceof JsonIndexExportFormatter); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 09:08:38 GMT 2026 - 66.1K bytes - Click Count (0) -
pom.xml
</configuration> </plugin> <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId> </plugin> <plugin> <groupId>net.revelc.code.formatter</groupId> <artifactId>formatter-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.codelibs.maven</groupId> <artifactId>yuicompressor-maven-plugin</artifactId> <version>2.0.0</version>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 07:04:54 GMT 2026 - 49.9K bytes - Click Count (0)