
io.quarkus.dev.console.StatusLine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-development-mode-spi Show documentation
Show all versions of quarkus-development-mode-spi Show documentation
SPI classes for Quarkus Development mode.
package io.quarkus.dev.console;
public interface StatusLine {
int STATUS = 100;
int TEST_RESULTS = 200;
int COMPILE_ERROR = 300;
void setMessage(String message);
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy