Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setOutputExtension (0.11 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractor.java

            this.outputEncoding = outputEncoding;
        }
    
        /**
         * Sets the output file extension.
         * @param outputExtension The output file extension to set.
         */
        public void setOutputExtension(final String outputExtension) {
            this.outputExtension = outputExtension;
        }
    
        /**
         * Sets the temporary directory for file operations.
         * @param tempDir The temporary directory to set.
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sun Jul 06 02:13:03 UTC 2025
    - 16K bytes
    - Viewed (0)
Back to top