@ApplicationScoped public class ManagerApiMicroServiceConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APIMAN_MANAGER_STORAGE_ES_CLUSTER_NAME |
static String |
APIMAN_MANAGER_STORAGE_ES_HOST |
static String |
APIMAN_MANAGER_STORAGE_ES_INITIALIZE |
static String |
APIMAN_MANAGER_STORAGE_ES_PORT |
static String |
APIMAN_MANAGER_STORAGE_TYPE |
static String |
APIMAN_PLUGIN_DIRECTORY |
static String |
APIMAN_PLUGIN_REPOSITORIES |
static String |
DEFAULT_ES_CLUSTER_NAME |
| Constructor and Description |
|---|
ManagerApiMicroServiceConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getESClusterName() |
String |
getESHost() |
int |
getESPort() |
File |
getPluginDirectory() |
Set<URL> |
getPluginRepositories() |
String |
getStorageType() |
boolean |
isInitializeES() |
protected void |
postConstruct() |
public static final String APIMAN_MANAGER_STORAGE_TYPE
public static final String APIMAN_MANAGER_STORAGE_ES_HOST
public static final String APIMAN_MANAGER_STORAGE_ES_PORT
public static final String APIMAN_MANAGER_STORAGE_ES_CLUSTER_NAME
public static final String APIMAN_MANAGER_STORAGE_ES_INITIALIZE
public static final String APIMAN_PLUGIN_REPOSITORIES
public static final String APIMAN_PLUGIN_DIRECTORY
public static final String DEFAULT_ES_CLUSTER_NAME
@PostConstruct protected void postConstruct()
public Set<URL> getPluginRepositories()
public String getStorageType()
public String getESHost()
public int getESPort()
public String getESClusterName()
public boolean isInitializeES()
public File getPluginDirectory()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.