public class BucketDescription extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected boolean |
isSensitive
Set to true if the match should be case sensitive, or false if insensitive.
|
protected String |
regexp
This is the regexp to match.
|
Constructor and Description |
---|
BucketDescription(String regexp,
boolean isSensitive)
Constructor.
|
public static final String _rcsid
protected String regexp
protected boolean isSensitive
public BucketDescription(String regexp, boolean isSensitive)
public String getRegexp()
public boolean isSensitive()