|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.appengine.api.search.checkers.CursorChecker
public final class CursorChecker
Checks values of Cursor
.
Field Summary | |
---|---|
static int |
MAXIMUM_CURSOR_LENGTH
The maximum length of a cursor. |
Constructor Summary | |
---|---|
CursorChecker()
|
Method Summary | |
---|---|
static java.lang.String |
checkCursor(java.lang.String cursor)
Checks the cursor string if provided is not empty nor too long. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAXIMUM_CURSOR_LENGTH
Constructor Detail |
---|
public CursorChecker()
Method Detail |
---|
public static java.lang.String checkCursor(java.lang.String cursor)
cursor
- the search cursor to check
java.lang.IllegalArgumentException
- if the cursor is empty or is too long
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |