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
NameDescription
cursorString

the search cursor to check

Returns
TypeDescription
String

the checked cursor

Constructors

CursorChecker()

public CursorChecker()