@ConfigurationProperties(prefix="kieserver") public class KieServerProperties extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
KieServerProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getControllers() |
String |
getLocation() |
String |
getRestContextPath() |
String |
getServerId() |
String |
getServerName() |
void |
setControllers(String controllers) |
void |
setLocation(String location) |
void |
setRestContextPath(String restContextPath) |
void |
setServerId(String serverId) |
void |
setServerName(String serverName) |
public String getServerId()
public void setServerId(String serverId)
public String getServerName()
public void setServerName(String serverName)
public String getRestContextPath()
public void setRestContextPath(String restContextPath)
public String getLocation()
public void setLocation(String location)
public String getControllers()
public void setControllers(String controllers)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.