Class KieServerProperties

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @ConfigurationProperties(prefix="kieserver")
    public class KieServerProperties
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • KieServerProperties

        public KieServerProperties()
    • Method Detail

      • 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)
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • isClassPathContainer

        public boolean isClassPathContainer()
      • setClassPathContainer

        public void setClassPathContainer​(boolean classPathContainer)