- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PathInfo (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
final PathInfo pi = convertToItem(id); if (StringUtil.isEmpty(pi.getPath()) && StringUtil.isEmpty(pi.getName())) { return StringUtil.EMPTY; } if (StringUtil.isEmpty(pi.getPath())) { return pi.getName(); } return pi.getPath() + "/" + pi.getName(); } public static PathInfo convertToItem(final String id) {
Registered: Mon Oct 28 08:04:08 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 19.9K bytes - Viewed (0)