- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getComponentName (0.62 sec)
-
src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java
componentName = "container"; } /** * Gets the name of the component that is not available. * @return The component name. */ public String getComponentName() { return componentName; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Wed Nov 19 08:04:23 UTC 2025 - 2.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactory.java
*/ void onDestroy(PooledObject<T> p); } /** * Gets the component name. * * @return The component name */ public String getComponentName() { return componentName; } /** * Sets the component name. * * @param componentName The component name to set */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 6.6K bytes - Viewed (0)