Class KieServerProperties
- java.lang.Object
-
- org.kie.server.springboot.autoconfiguration.KieServerProperties
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@ConfigurationProperties(prefix="kieserver") public class KieServerProperties extends Object implements org.springframework.beans.factory.InitializingBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKieServerProperties.Swagger
-
Constructor Summary
Constructors Constructor Description KieServerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()Map<String,String>getAddons()StringgetControllers()List<EmbeddedKieJar>getDeployments()StringgetLocation()StringgetServerId()StringgetServerName()KieServerProperties.SwaggergetSwagger()booleanisClassPathContainer()voidsetAddons(Map<String,String> addons)voidsetClassPathContainer(boolean classPathContainer)voidsetControllers(String controllers)voidsetDeployments(List<EmbeddedKieJar> deployments)voidsetLocation(String location)voidsetServerId(String serverId)voidsetServerName(String serverName)voidsetSwagger(KieServerProperties.Swagger swagger)
-
-
-
Method Detail
-
getDeployments
public List<EmbeddedKieJar> getDeployments()
-
setDeployments
public void setDeployments(List<EmbeddedKieJar> deployments)
-
getServerId
public String getServerId()
-
setServerId
public void setServerId(String serverId)
-
getServerName
public String getServerName()
-
setServerName
public void setServerName(String serverName)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getControllers
public String getControllers()
-
setControllers
public void setControllers(String controllers)
-
getSwagger
public KieServerProperties.Swagger getSwagger()
-
setSwagger
public void setSwagger(KieServerProperties.Swagger swagger)
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
isClassPathContainer
public boolean isClassPathContainer()
-
setClassPathContainer
public void setClassPathContainer(boolean classPathContainer)
-
-