@ConfigurationProperties(prefix="spring.cloud.dataflow.features") public class FeaturesProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANALYTICS_ENABLED |
static String |
FEATURES_PREFIX |
static String |
SCHEDULES_ENABLED |
static String |
SKIPPER_ENABLED |
static String |
STREAMS_ENABLED |
static String |
TASKS_ENABLED |
Constructor and Description |
---|
FeaturesProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAnalyticsEnabled() |
boolean |
isSchedulesEnabled() |
boolean |
isSkipperEnabled() |
boolean |
isStreamsEnabled() |
boolean |
isTasksEnabled() |
void |
setAnalyticsEnabled(boolean analyticsEnabled) |
void |
setSchedulesEnabled(boolean schedulesEnabled) |
void |
setSkipperEnabled(boolean skipperEnabled) |
void |
setStreamsEnabled(boolean streamsEnabled) |
void |
setTasksEnabled(boolean tasksEnabled) |
public static final String FEATURES_PREFIX
public static final String STREAMS_ENABLED
public static final String SCHEDULES_ENABLED
public static final String TASKS_ENABLED
public static final String ANALYTICS_ENABLED
public static final String SKIPPER_ENABLED
public boolean isAnalyticsEnabled()
public void setAnalyticsEnabled(boolean analyticsEnabled)
public boolean isStreamsEnabled()
public void setStreamsEnabled(boolean streamsEnabled)
public boolean isTasksEnabled()
public void setTasksEnabled(boolean tasksEnabled)
public boolean isSkipperEnabled()
public void setSkipperEnabled(boolean skipperEnabled)
public boolean isSchedulesEnabled()
public void setSchedulesEnabled(boolean schedulesEnabled)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.