Uses of Interface
org.drools.PropertiesConfiguration

Packages that use PropertiesConfiguration
org.drools The KnowledgeBase and its factory. 
org.drools.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
org.drools.io io library for working with Resources See ResourceFactory for more details  
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of PropertiesConfiguration in org.drools
 

Subinterfaces of PropertiesConfiguration in org.drools
 interface KnowledgeBaseConfiguration
           A class to store KnowledgeBase related configuration.
 

Uses of PropertiesConfiguration in org.drools.agent
 

Subinterfaces of PropertiesConfiguration in org.drools.agent
 interface KnowledgeAgentConfiguration
           drools.agent.scanResources = <true|false>
drools.agent.scanDirectories = <true|false>
drools.agent.newInstance = <true|false> // currently this is hard coded to true
drools.agent.monitorChangeSetEvents = <true|false>
 

Uses of PropertiesConfiguration in org.drools.builder
 

Subinterfaces of PropertiesConfiguration in org.drools.builder
 interface KnowledgeBuilderConfiguration
           This class configures the knowledge package builder and compiler.
 

Uses of PropertiesConfiguration in org.drools.io
 

Subinterfaces of PropertiesConfiguration in org.drools.io
 interface ResourceChangeScannerConfiguration
          drools.resource.scanner.interval = : default 60s
 

Uses of PropertiesConfiguration in org.drools.runtime
 

Subinterfaces of PropertiesConfiguration in org.drools.runtime
 interface KnowledgeSessionConfiguration
          KnowledgeSessionConfiguration A class to store Session related configuration.
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.