Package io.quarkus.deployment.console
Class AeshConsole.StatusLineImpl
java.lang.Object
io.quarkus.deployment.console.AeshConsole.StatusLineImpl
- All Implemented Interfaces:
StatusLine
- Enclosing class:
- AeshConsole
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) String(package private) int(package private) final intFields inherited from interface io.quarkus.dev.console.StatusLine
COMPILE_ERROR, STATUS, TEST_RESULTS -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
priority
final int priority -
position
int position -
message
String message -
closed
boolean closed
-
-
Constructor Details
-
StatusLineImpl
StatusLineImpl(int priority)
-
-
Method Details
-
setMessage
- Specified by:
setMessagein interfaceStatusLine
-
close
public void close()- Specified by:
closein interfaceStatusLine
-