- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for buildLabelTypePatternList (0.14 sec)
-
src/main/java/org/codelibs/fess/helper/LabelTypeHelper.java
buildLabelTypePatternList(labelTypeList); return labelTypeList.size(); } /** * Refreshes the label type items and patterns. * * @param labelTypeList The list of label types. */ public void refresh(final List<LabelType> labelTypeList) { buildLabelTypeItems(labelTypeList); buildLabelTypePatternList(labelTypeList); } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
try { labelTypeHelper.refresh(labelTypeList); // Method is protected, so we test it indirectly through refresh } catch (Exception e) { fail("buildLabelTypePatternList() should not throw an exception: " + e.getMessage()); } } public void test_labelTypePattern_constructor() { try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.4K bytes - Viewed (0)