| Package | Description |
|---|---|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| Modifier and Type | Method and Description |
|---|---|
StdSchedulerFactory |
StdSchedulerFactory.initialize()
Initialize the
with the contents of a NonBlockingProperties file and
overriding System properties. |
StdSchedulerFactory |
StdSchedulerFactory.initialize(InputStream propertiesStream)
Initialize the
with the contents of the Properties file opened with the given
InputStream. |
StdSchedulerFactory |
StdSchedulerFactory.initialize(com.helger.commons.lang.NonBlockingProperties props)
Initialize the
with the contents of the given Properties object. |
StdSchedulerFactory |
StdSchedulerFactory.initialize(String filename)
Initialize the
with the contents of the Properties file with the given name. |
Copyright © 2016–2021 Philip Helger. All rights reserved.