Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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.impl.adapters   
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
           This class configures and allows inspection of the current configuration of a KnowledgeAgent drools.agent.scanResources = <true|false> Enables(true) or Disables(false) the continuous scan of resources.
 

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.impl.adapters
 

Classes in org.drools.impl.adapters that implement PropertiesConfiguration
 class KnowledgeBaseConfigurationAdapter
           
 class KnowledgeBuilderConfigurationAdapter
           
 class KnowledgeSessionConfigurationAdapter
           
 

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
          A class for storing Session related configuration.
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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