- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getPathPrefix (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
/** * Creates a path prefix with trailing slash if path is not empty. * * @param path the base path * @return path with trailing slash or empty string */ protected static String getPathPrefix(final String path) { return StringUtil.isEmpty(path) ? StringUtil.EMPTY : path + "/"; } /** * Combines path and name to create a full object name. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 22.1K bytes - Viewed (0)