org.jbpm.pvm.internal.wire.descriptor
Class PatternDescriptor
java.lang.Object
org.jbpm.pvm.internal.util.DefaultObservable
org.jbpm.pvm.internal.wire.descriptor.AbstractDescriptor
org.jbpm.pvm.internal.wire.descriptor.PatternDescriptor
- All Implemented Interfaces:
- java.io.Serializable, Observable, Descriptor
public class PatternDescriptor
- extends AbstractDescriptor
- Author:
- Alejandro Guizar
- See Also:
- Serialized Form
|
Field Summary |
protected boolean |
canonEq
|
protected boolean |
literal
|
protected java.lang.String |
regex
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
regex
protected java.lang.String regex
literal
protected boolean literal
canonEq
protected boolean canonEq
PatternDescriptor
public PatternDescriptor()
PatternDescriptor
public PatternDescriptor(java.lang.String regex)
isLiteral
public boolean isLiteral()
setLiteral
public void setLiteral(boolean literal)
isCanonEq
public boolean isCanonEq()
setCanonEq
public void setCanonEq(boolean canonEq)
construct
public java.lang.Object construct(WireContext wireContext)
- Description copied from interface:
Descriptor
- constructs the object.
- Parameters:
wireContext - WireContext in which the object is created. This is also the WireContext
where the object will search for other object that may be needed during the initialization phase.
- Returns:
- the constructed object.
Copyright © 2010 JBoss Community. All Rights Reserved.