- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for hasKnownProtocol (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
* Used to determine if path conversion is needed in the wizard. * * @param path the path to check * @return true if the path has a known protocol prefix */ public boolean hasKnownProtocol(final String path) { return path.startsWith("http:") || path.startsWith("https:") || path.startsWith("smb:") || path.startsWith("smb1:")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)