@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 |
SKIPPER_ENABLED |
static String |
STREAMS_ENABLED |
static String |
TASKS_ENABLED |
Constructor and Description |
---|
FeaturesProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAnalyticsEnabled() |
boolean |
isSkipperEnabled() |
boolean |
isStreamsEnabled() |
boolean |
isTasksEnabled() |
void |
setAnalyticsEnabled(boolean analyticsEnabled) |
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 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)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.