|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.conf.ConsequenceExceptionHandlerOption
public class ConsequenceExceptionHandlerOption
A class for the consequence exception handler configuration configuration.
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The property name for consequence exception handler configuration |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static ConsequenceExceptionHandlerOption |
get(Class<? extends ConsequenceExceptionHandler> handler)
This is a factory method for this ConsequenceExceptionHandler configuration. |
Class<? extends ConsequenceExceptionHandler> |
getHandler()
Returns the consequence exception handler instance |
String |
getPropertyName()
Returns the property name for this option |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static ConsequenceExceptionHandlerOption get(Class<? extends ConsequenceExceptionHandler> handler)
handler
- the actual consequence exception handler class to be used
public String getPropertyName()
getPropertyName
in interface Option
public Class<? extends ConsequenceExceptionHandler> getHandler()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |