@ConfigurationProperties(prefix="quartz",
ignoreUnknownFields=true)
public class QuartzSchedulerProperties
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuartzSchedulerProperties.Persistence |
static class |
QuartzSchedulerProperties.SchedulerFactory |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONFIG_LOCATION |
static String |
PREFIX |
| Constructor and Description |
|---|
QuartzSchedulerProperties() |
| Modifier and Type | Method and Description |
|---|---|
QuartzSchedulerProperties.Persistence |
getPersistence() |
Map<String,String> |
getProperties() |
String |
getPropertiesConfigLocation() |
QuartzSchedulerProperties.SchedulerFactory |
getSchedulerFactory() |
boolean |
isEnabled()
if auto configuration is enabled
|
boolean |
isOverrideConfigLocationProperties() |
void |
setEnabled(boolean enabled)
if auto configuration is enabled
|
void |
setOverrideConfigLocationProperties(boolean overrideConfigLocationProperties) |
void |
setPersistence(QuartzSchedulerProperties.Persistence persistence) |
void |
setProperties(Map<String,String> properties) |
void |
setPropertiesConfigLocation(String propertiesConfigLocation) |
void |
setSchedulerFactory(QuartzSchedulerProperties.SchedulerFactory schedulerFactory) |
String |
toString() |
public static final String PREFIX
public static final String DEFAULT_CONFIG_LOCATION
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - public QuartzSchedulerProperties.Persistence getPersistence()
public void setPersistence(QuartzSchedulerProperties.Persistence persistence)
public QuartzSchedulerProperties.SchedulerFactory getSchedulerFactory()
public void setSchedulerFactory(QuartzSchedulerProperties.SchedulerFactory schedulerFactory)
public String getPropertiesConfigLocation()
public void setPropertiesConfigLocation(String propertiesConfigLocation)
public boolean isOverrideConfigLocationProperties()
public void setOverrideConfigLocationProperties(boolean overrideConfigLocationProperties)
Copyright © 2017–2018. All rights reserved.