public class DroolsRepositoryRulesetContainerImpl extends AbstractRulesetContainerImpl<org.kie.api.runtime.KieContainer> implements RulesetContainer<org.kie.api.runtime.KieContainer>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DroolsRepositoryRulesetContainerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected org.kie.api.runtime.KieContainer |
initContainer() |
void |
setArtifactId(String artifactId) |
void |
setEnableScanner(boolean enableScanner) |
void |
setGroupId(String groupId) |
void |
setScannerInterval(long scannerInterval) |
void |
setVersion(String version) |
getContainer, isDefaultContainer, setDefaultContainerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainer, isDefaultContainerpublic DroolsRepositoryRulesetContainerImpl()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected org.kie.api.runtime.KieContainer initContainer()
initContainer in class AbstractRulesetContainerImpl<org.kie.api.runtime.KieContainer>public void setGroupId(String groupId)
groupId - the groupId to setpublic void setArtifactId(String artifactId)
artifactId - the artifactId to setpublic void setVersion(String version)
version - the version to setpublic void setEnableScanner(boolean enableScanner)
enableScanner - the enableScanner to setpublic void setScannerInterval(long scannerInterval)
scannerInterval - the scannerInterval to setCopyright © 2017–2020 NTT DATA Corporation. All rights reserved.