|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.BucketDescription
public class BucketDescription
Class which describes a specification of how to map a string to another string. This facility is by necessity based on PostgreSQL's implementation of Posix regular expressions, and the substring() operator they provide to extract data from a matched expression of these kinds. See http://www.postgresql.org/docs/7.4/static/functions-matching.html for details.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
protected boolean |
isSensitive
Set to true if the match should be case sensitive, or false if insensitive. |
protected java.lang.String |
regexp
This is the regexp to match. |
| Constructor Summary | |
|---|---|
BucketDescription(java.lang.String regexp,
boolean isSensitive)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRegexp()
Get the regexp value. |
boolean |
isSensitive()
Is this case sensitive? |
| 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 java.lang.String regexp
protected boolean isSensitive
| Constructor Detail |
|---|
public BucketDescription(java.lang.String regexp,
boolean isSensitive)
| Method Detail |
|---|
public java.lang.String getRegexp()
public boolean isSensitive()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||