- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isFileSystemPath (0.07 seconds)
-
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
* * @param url the URL to check * @return true if the URL is a file system path (file, smb, smb1, ftp, storage, s3, gcs) */ public boolean isFileSystemPath(final String url) { return url.startsWith("file:") || url.startsWith("smb:") || url.startsWith("smb1:") || url.startsWith("ftp:")Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 13:59:25 GMT 2026 - 12.4K bytes - Click Count (1)