public class WebConfiguration
extends org.dice_research.squirrel.configurator.Configuration
| Modifier and Type | Field and Description |
|---|---|
private static String |
COMMUNICATION_WITH_WEBSERVICE |
private boolean |
communicationWithWebserviceEnabled |
private static org.slf4j.Logger |
LOGGER |
private static String |
VISUALIZATION_OF_CRAWLED_GRAPH |
private boolean |
visualizationOfCrawledGraphEnabaled |
| Modifier | Constructor and Description |
|---|---|
private |
WebConfiguration(boolean communicationWithWebserviceEnabled,
boolean visualizationOfCrawledGraphEnabaled) |
| Modifier and Type | Method and Description |
|---|---|
static WebConfiguration |
getWebConfiguration() |
boolean |
isCommunicationWithWebserviceEnabled() |
boolean |
isVisualizationOfCrawledGraphEnabled() |
private static final org.slf4j.Logger LOGGER
private boolean communicationWithWebserviceEnabled
private boolean visualizationOfCrawledGraphEnabaled
private static final String COMMUNICATION_WITH_WEBSERVICE
private static final String VISUALIZATION_OF_CRAWLED_GRAPH
private WebConfiguration(boolean communicationWithWebserviceEnabled,
boolean visualizationOfCrawledGraphEnabaled)
public static WebConfiguration getWebConfiguration()
public boolean isCommunicationWithWebserviceEnabled()
public boolean isVisualizationOfCrawledGraphEnabled()
Copyright © 2017–2020. All rights reserved.