public class RegexpMatcherProcessor extends Processor
Modifier and Type | Field and Description |
---|---|
java.lang.String |
annotationPrefix
prefix to prepend to annotations' tag
|
java.lang.String |
resource
The processor resource
|
Constructor and Description |
---|
RegexpMatcherProcessor(java.lang.String name,
java.lang.String resource,
java.lang.String fields)
Initialize a new RegexpMatcherProcessor
|
RegexpMatcherProcessor(java.lang.String name,
java.lang.String resource,
java.lang.String fields,
boolean leftmostLongestPolicy,
boolean matchSepSpace)
Initialize a new RegexpMatcherProcessor
|
Modifier and Type | Method and Description |
---|---|
void |
addReservedTag(java.lang.String tag) |
protected void |
finalize() |
void |
init(java.lang.String name,
java.lang.String[] fields)
Initialize the processor
|
void |
setWindowLen(int windowLen) |
checkResource, destroy, getName, init
public java.lang.String resource
public java.lang.String annotationPrefix
public RegexpMatcherProcessor(java.lang.String name, java.lang.String resource, java.lang.String fields)
name
- Its nameresource
- The associated resource namefields
- The list of fields on which it is activepublic RegexpMatcherProcessor(java.lang.String name, java.lang.String resource, java.lang.String fields, boolean leftmostLongestPolicy, boolean matchSepSpace)
name
- Its nameresource
- The associated resource namefields
- The list of fields on which it is activeleftmostLongestPolicy
- If true, overlapping matches are not reportedpublic void addReservedTag(java.lang.String tag)
public void setWindowLen(int windowLen)
public void init(java.lang.String name, java.lang.String[] fields)
protected void finalize()
finalize
in class java.lang.Object
Copyright © 2013 Dassault Systèmes, All Rights Reserved.