Uses of Interface
org.drools.builder.ResourceConfiguration

Packages that use ResourceConfiguration
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
 

Uses of ResourceConfiguration in org.drools.builder
 

Subinterfaces of ResourceConfiguration in org.drools.builder
 interface DecisionTableConfiguration
          ResourceConfiguration for decision tables.
 interface JaxbConfiguration
           
 

Methods in org.drools.builder with parameters of type ResourceConfiguration
 void KnowledgeBuilder.add(Resource resource, ResourceType type, ResourceConfiguration configuration)
          Add a resource of the given ResourceType, using the provided ResourceConfiguration.
 CompositeKnowledgeBuilder CompositeKnowledgeBuilder.add(Resource resource, ResourceType type, ResourceConfiguration configuration)
          Add a resource of the given ResourceType, using the provided ResourceConfiguration.
 



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