- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getAppType (0.04 sec)
-
src/main/java/org/codelibs/fess/util/ResourceUtil.java
* This is used to determine the deployment environment (e.g., "docker"). * * @return the application type string, or empty string if not set */ public static String getAppType() { final String appType = System.getenv(FESS_APP_TYPE); if (StringUtil.isNotBlank(appType)) { return appType; } return StringUtil.EMPTY; } /**
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0)