|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--irc.ListHandler
Handling for unbound list of items.
| Constructor Summary | |
ListHandler(java.lang.String list)
Create a new list of items. |
|
| Method Summary | |
boolean |
inList(java.lang.String item)
Test wether the given item is in the list. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ListHandler(java.lang.String list)
list - item list. Syntax is : "" or "none+item1+item2+item3+..." or "all-item1-item2-item3-..."
If list is empty, it is equivalent to "all". Items containing + or - characters
can be used by replacing them by \+ or \-.| Method Detail |
public boolean inList(java.lang.String item)
item - item to check.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||