- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getProductVersion (0.18 sec)
-
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
} public int getId() { return id; } } public static class ApiResponse { protected String version = ComponentUtil.getSystemHelper().getProductVersion(); protected int status; public ApiResponse status(final Status status) { this.status = status.getId(); return this; } public ApiResult result() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 12.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default String getUserAgentName() { return getSystemProperty(Constants.CRAWLING_USER_AGENT_PROPERTY, Constants.CRAWLING_USER_AGENT_PREFIX + ComponentUtil.getSystemHelper().getProductVersion() + Constants.CRAWLING_USER_AGENT_SUFFIX); } default void setLtrModelName(final String value) { setSystemProperty(Constants.LTR_MODEL_NAME_PROPERTY, value); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} public int getMajorVersion() { return majorVersion; } public int getMinorVersion() { return minorVersion; } public String getProductVersion() { return productVersion; } public void setSystemCpuCheckInterval(final long systemCpuCheckInterval) { this.systemCpuCheckInterval = systemCpuCheckInterval; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 17 12:10:08 UTC 2024 - 27.2K bytes - Viewed (0)