public class ObjectNameExcludeFilter extends Base implements Filter
Base.LoggingWriter, Base.StackFrame
Modifier and Type | Field and Description |
---|---|
protected Filter |
m_filter
The underlying filter.
|
Constructor and Description |
---|
ObjectNameExcludeFilter(String sPatterns)
Construct an ObjectNameExcludeFilter based on one or more regular
expressions.
|
ObjectNameExcludeFilter(String[] asPattern)
Construct an ObjectNameExcludeFilter based on one or more regular
expressions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compare the ObjectNameExcludeFilter with another object to determine
equality.
|
boolean |
evaluate(Object o)
Apply the test to the input argument.
|
int |
hashCode()
Determine a hash value for the ObjectNameExcludeFilter object according
to the general
Object.hashCode() contract. |
String |
toString()
Return a human-readable description for this Filter.
|
azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, wait
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
and, asLimitFilter, associatedWith, forKeys, forPartitions, or, xor
protected Filter m_filter
public ObjectNameExcludeFilter(String[] asPattern)
asPattern
- an array of patterns to matchpublic ObjectNameExcludeFilter(String sPatterns)
sPatterns
- a white space
delimited
sequence of patterns to matchpublic boolean evaluate(Object o)
public boolean equals(Object o)
public int hashCode()
Object.hashCode()
contract.