|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.zion.jbuddy.bots.BotPatternSet
public class BotPatternSet
A set of patterns.
BotParameter,
BotFilter,
BotTarget| Method Summary | |
|---|---|
void |
add(Pattern pattern)
Adds a pattern to this set. |
void |
clear()
Removes all patterns from this set. |
Object |
clone()
Returns an exact copy of this set. |
List |
getPatterns()
Returns a List of patterns in this set. |
boolean |
matches(String s)
Returns true if any of the patterns in this set match the specified string. |
void |
remove(Pattern pattern)
Removes a pattern from this set. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(Pattern pattern)
public List getPatterns()
public void remove(Pattern pattern)
public void clear()
public Object clone()
clone in class Objectpublic boolean matches(String s)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||