Package io.reactiverse.es4x
Class ES4X
- java.lang.Object
-
- io.vertx.core.cli.UsageMessageFormatter
-
- io.vertx.core.impl.launcher.VertxCommandLauncher
-
- io.vertx.core.Launcher
-
- io.reactiverse.es4x.ES4X
-
- All Implemented Interfaces:
io.vertx.core.impl.launcher.VertxLifecycleHooks
public final class ES4X extends io.vertx.core.Launcher
-
-
Constructor Summary
Constructors Constructor Description ES4X()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeStartingVertx(io.vertx.core.VertxOptions options)static voidmain(String... args)Main entry point.-
Methods inherited from class io.vertx.core.Launcher
afterConfigParsed, afterStartingVertx, afterStoppingVertx, beforeDeployingVerticle, beforeStoppingVertx, executeCommand, handleDeployFailed
-
Methods inherited from class io.vertx.core.impl.launcher.VertxCommandLauncher
dispatch, dispatch, execute, getCommandFromManifest, getCommandLinePrefix, getCommandNames, getDefaultCommand, getExistingCommandInstance, getMainVerticle, getNewCommandInstance, getPrintStream, getProcessArguments, isAskingForHelp, isAskingForVersion, load, printCommandNotFound, printCommandUsage, printGenericExecutionError, printGlobalUsage, printSpecificException, register, register, register, resetProcessArguments, unregister
-
Methods inherited from class io.vertx.core.cli.UsageMessageFormatter
appendArgument, appendOption, buildWrapped, buildWrapped, computeOptionsAndArguments, computeUsage, computeUsageLine, createPadding, findWrapPos, getArgName, getDescPadding, getLeftPadding, getLongOptionPrefix, getLongOptionSeparator, getNewLine, getOptionComparator, getOptionPrefix, getUsagePrefix, getWidth, isNullOrEmpty, renderCommands, renderOptionsAndArguments, renderWrappedText, renderWrappedTextBlock, rtrim, setArgName, setDescPadding, setLeftPadding, setLongOptionPrefix, setLongOptionSeparator, setNewLine, setOptionComparator, setOptionPrefix, setUsagePrefix, setWidth, usage, usage
-
-
-
-
Method Detail
-
beforeStartingVertx
public void beforeStartingVertx(io.vertx.core.VertxOptions options)
- Specified by:
beforeStartingVertxin interfaceio.vertx.core.impl.launcher.VertxLifecycleHooks- Overrides:
beforeStartingVertxin classio.vertx.core.Launcher
-
main
public static void main(String... args)
Main entry point.- Parameters:
args- the user command line arguments.
-
-