org.drools.semantics.annotation.spring
Class SpringAnnotationRuleSetFactory

java.lang.Object
  extended by org.drools.semantics.annotation.spring.SpringAnnotationRuleSetFactory

public class SpringAnnotationRuleSetFactory
extends Object


Constructor Summary
SpringAnnotationRuleSetFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 void setName(String name)
           
 void setRules(Set<Rule> rules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringAnnotationRuleSetFactory

public SpringAnnotationRuleSetFactory()
Method Detail

setName

public void setName(String name)

setRules

public void setRules(Set<Rule> rules)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

getObject

public Object getObject()
                 throws Exception
Throws:
Exception

getObjectType

public Class getObjectType()

isSingleton

public boolean isSingleton()


Copyright © 2001-2005 The Codehaus. All Rights Reserved.