@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() |
List<EmbeddedKieJar> |
getDeployments() |
String |
getLocation() |
String |
getServerId() |
String |
getServerName() |
KieServerProperties.Swagger |
getSwagger() |
boolean |
isClassPathContainer() |
void |
setAddons(Map<String,String> addons) |
void |
setClassPathContainer(boolean classPathContainer) |
void |
setControllers(String controllers) |
void |
setDeployments(List<EmbeddedKieJar> deployments) |
void |
setLocation(String location) |
void |
setServerId(String serverId) |
void |
setServerName(String serverName) |
void |
setSwagger(KieServerProperties.Swagger swagger) |
public List<EmbeddedKieJar> getDeployments()
public void setDeployments(List<EmbeddedKieJar> deployments)
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)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic boolean isClassPathContainer()
public void setClassPathContainer(boolean classPathContainer)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.