@ConfigurationProperties(prefix="kieserver") public class KieServerProperties extends Object implements org.springframework.beans.factory.InitializingBean
Modifier and Type | Class and Description |
---|---|
static class |
KieServerProperties.Swagger |
Constructor and Description |
---|
KieServerProperties() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
Map<String,String> |
getAddons() |
String |
getControllers() |
String |
getLocation() |
String |
getServerId() |
String |
getServerName() |
KieServerProperties.Swagger |
getSwagger() |
void |
setAddons(Map<String,String> addons) |
void |
setControllers(String controllers) |
void |
setLocation(String location) |
void |
setServerId(String serverId) |
void |
setServerName(String serverName) |
void |
setSwagger(KieServerProperties.Swagger swagger) |
public String getServerId()
public void setServerId(String serverId)
public String getServerName()
public void setServerName(String serverName)
public String getLocation()
public void setLocation(String location)
public String getControllers()
public void setControllers(String controllers)
public KieServerProperties.Swagger getSwagger()
public void setSwagger(KieServerProperties.Swagger swagger)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.