|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotFilter
public abstract class BotFilter
Tells the engine to allow (or disallow) events based on patterns.
BotIncludeFilter,
BotExcludeFilter| Method Summary | |
|---|---|
Object |
clone()
Makes an exact copy of this filter. |
BotPatternSet |
getClientPatterns()
Returns the patterns used to match client names. |
BotPatternSet |
getMessagePatterns()
Returns the patterns used to match message bodies. |
BotPatternSet |
getMessageTypePatterns()
Returns the patterns used to match message types. |
BotPatternSet |
getProtocolPatterns()
Returns the patterns used to match protocol names. |
BotPatternSet |
getStatusMessagePatterns()
Returns the patterns used to match status messages. |
BotPatternSet |
getStatusPatterns()
Returns the patterns used to match status types. |
BotPatternSet |
getUserPatterns()
Returns the patterns used to match user names. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public BotPatternSet getProtocolPatterns()
public BotPatternSet getClientPatterns()
public BotPatternSet getUserPatterns()
public BotPatternSet getStatusPatterns()
public BotPatternSet getStatusMessagePatterns()
public BotPatternSet getMessageTypePatterns()
public BotPatternSet getMessagePatterns()
public Object clone()
clone in class Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||