Class TextIoUtils
java.lang.Object
io.extact.rms.client.console.ui.textio.TextIoUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static boolean
isBreak
(int input) static boolean
static <T extends Enum<T>>
org.beryx.textio.EnumInputReader<T>newEnumInputReader
(Class<T> enumClass) static RmsIntInputReader
static LocalDateInputReader
static LocalDateTimeInputReader
static RmsStringInputReader
static void
static void
static void
static void
printScreenHeader
(UserAccountClientDto loginUser, String screenName) static void
static void
static void
-
Constructor Details
-
TextIoUtils
public TextIoUtils()
-
-
Method Details
-
printScreenHeader
-
waitPressEnter
public static void waitPressEnter() -
printServerError
-
printErrorInformation
-
printWarningInformation
-
blankLine
public static void blankLine() -
println
-
printf
-
newStringInputReader
-
newIntInputReader
-
newLocalDateReader
-
newLocalDateTimeReader
-
newEnumInputReader
-
isBreak
-
isBreak
public static boolean isBreak(int input)
-