|
Joram 5.0.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.selectors.ClientSelector
public class ClientSelector
The ClientSelector
class is used for checking the correctness
of a selector client side.
Constructor Summary | |
---|---|
ClientSelector()
|
Method Summary | |
---|---|
static boolean |
checks(java.lang.String selector)
Clients call this method to check a selector syntax. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientSelector()
Method Detail |
---|
public static boolean checks(java.lang.String selector) throws SelectorException
true
when the syntax is ok.
SelectorException
- When the selector syntax is incorrect.
|
Joram 5.0.8 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |