Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for registerVariable (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java

            registerVariable("hostname", hostname);
        }
    
        /**
         * Set the value of jobname, used in parameter comment. <br>
         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param jobname The parameter value of jobname. (NotNull)
         */
        public void setJobname(String jobname) {
            registerVariable("jobname", jobname);
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 10K bytes
    - Click Count (0)
Back to Top