- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setFileProtocols (0.05 sec)
-
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
/** * Sets the array of file protocols to recognize for URL classification. * * @param fileProtocols array of protocol prefixes (e.g., "file:", "smb:", "ftp:") */ public void setFileProtocols(final String[] fileProtocols) { this.fileProtocols = fileProtocols; } /** * Returns a string representation of this parser's current state.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.6K bytes - Viewed (0)