public class SystemSchedulesConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCHEDULE_CONFIG_FILE_PROP_KEY |
Constructor and Description |
---|
SystemSchedulesConfig(java.io.File configRoot) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getSchedulesFile() |
java.util.List<ProcessConf.CronJob> |
getSystemCronJobs()
Returns the list of cron jobs configured for all processes.
|
public static final java.lang.String SCHEDULE_CONFIG_FILE_PROP_KEY
public java.io.File getSchedulesFile()
public java.util.List<ProcessConf.CronJob> getSystemCronJobs()