Package io.vertx.launcher.application
Class ExitCodes
- java.lang.Object
-
- io.vertx.launcher.application.ExitCodes
-
public class ExitCodes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
SOFTWARE
static int
USAGE
static int
VERTX_DEPLOYMENT
static int
VERTX_INITIALIZATION
-
-
-
Field Detail
-
SOFTWARE
public static final int SOFTWARE
- See Also:
- Constant Field Values
-
USAGE
public static final int USAGE
- See Also:
- Constant Field Values
-
VERTX_INITIALIZATION
public static final int VERTX_INITIALIZATION
- See Also:
- Constant Field Values
-
VERTX_DEPLOYMENT
public static final int VERTX_DEPLOYMENT
- See Also:
- Constant Field Values
-
-