- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setFileProtocols (0.1 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 21.5K bytes - Viewed (0)