|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.RegExpCriteria
public class RegExpCriteria
Class which describes a regular expression specification.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected boolean |
isInsensitive
If true, means the regexp is case insensitive. |
protected java.lang.String |
regExp
The regexp string. |
| Constructor Summary | |
|---|---|
RegExpCriteria(java.lang.String regExp,
boolean isInsensitive)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRegexpString()
Get regexp string. |
boolean |
isInsensitive()
Get whether case insensitive or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
protected boolean isInsensitive
protected java.lang.String regExp
| Constructor Detail |
|---|
public RegExpCriteria(java.lang.String regExp,
boolean isInsensitive)
| Method Detail |
|---|
public java.lang.String getRegexpString()
public boolean isInsensitive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||