Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getJobTemplateScript (0.1 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java

                        ids[2] = "\"" + id + "\"";
                    }
                    scheduledJobForm.scriptData =
                            MessageFormat.format(fessConfig.getJobTemplateScript(), ids[0], ids[1], ids[2], id.replace('-', '_'));
                });
            });
        }
    
        /**
         * Displays the form for creating a new scheduled job.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 22.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Script template for job execution.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getJobTemplateScript();
    
        /**
         * Get the value for the key 'job.max.crawler.processes'. <br>
         * The value is, e.g. 0 <br>
         * comment: Maximum number of crawler processes.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top