public final class CursorChecker
extends java.lang.Object
Cursor
.Constructor and Description |
---|
CursorChecker() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
checkCursor(java.lang.String cursor)
Checks the cursor string if provided is not empty nor too long.
|
public static java.lang.String checkCursor(java.lang.String cursor)
cursor
- the search cursor to checkjava.lang.IllegalArgumentException
- if the cursor is empty or is too long