All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.dev.console.StatusLine Maven / Gradle / Ivy

There is a newer version: 3.18.0.CR1
Show newest version
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