Class CursorChecker (2.0.0)

public final class CursorChecker

Inheritance

java.lang.Object > CursorChecker

Static Methods

checkCursor(String cursor)

public static String checkCursor(String cursor)

Checks the cursor string if provided is not empty nor too long.

Parameter
Name Description
cursor String

the search cursor to check

Returns
Type Description
String

the checked cursor

Constructors

CursorChecker()

public CursorChecker()