Class ClientSelector
- java.lang.Object
-
- org.objectweb.joram.shared.selectors.ClientSelector
-
public class ClientSelector extends Object
TheClientSelectorclass is used for checking the correctness of a selector client side.
-
-
Constructor Summary
Constructors Constructor Description ClientSelector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanchecks(String selector)Clients call this method to check a selector syntax.
-
-
-
Method Detail
-
checks
public static boolean checks(String selector) throws SelectorException
Clients call this method to check a selector syntax.- Returns:
truewhen the syntax is ok.- Throws:
SelectorException- When the selector syntax is incorrect.
-
-