|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.FilterParser
public class FilterParser
A parser for SCIM filter expressions.
| Constructor Summary | |
|---|---|
FilterParser(String filterString)
Create a new instance of a filter parser. |
|
| Method Summary | |
|---|---|
SCIMFilter |
parse()
Parse the filter provided in the constructor. |
Object |
readValue()
Read a value at the current position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterParser(String filterString)
filterString - The filter to be parsed.| Method Detail |
|---|
public SCIMFilter parse()
throws SCIMException
SCIMException - If the filter string could not be parsed.public Object readValue()
markPos.
null if the end of the input
has already been reached.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||