public class BucketDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
BucketDescription(java.lang.String regexp,
boolean isSensitive)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRegexp()
Get the regexp value.
|
boolean |
isSensitive()
Is this case sensitive?
|
public static final java.lang.String _rcsid
protected java.lang.String regexp
protected boolean isSensitive