Class ES4X

  • All Implemented Interfaces:
    io.vertx.core.impl.launcher.VertxLifecycleHooks

    public final class ES4X
    extends io.vertx.core.Launcher
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.vertx.core.impl.launcher.VertxCommandLauncher

        io.vertx.core.impl.launcher.VertxCommandLauncher.CommandRegistration
    • Field Summary

      • Fields inherited from class io.vertx.core.impl.launcher.VertxCommandLauncher

        commandByName, lookups, main, PROCESS_ARGS
      • Fields inherited from class io.vertx.core.cli.UsageMessageFormatter

        DEFAULT_ARG_NAME, DEFAULT_DESC_PAD, DEFAULT_LEFT_PAD, DEFAULT_LONG_OPT_PREFIX, DEFAULT_LONG_OPT_SEPARATOR, DEFAULT_OPT_PREFIX, DEFAULT_USAGE_PREFIX, DEFAULT_WIDTH, optionComparator
    • Constructor Summary

      Constructors 
      Constructor Description
      ES4X()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeStartingVertx​(io.vertx.core.VertxOptions options)  
      static void main​(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
    • Constructor Detail

      • ES4X

        public ES4X()
    • Method Detail

      • beforeStartingVertx

        public void beforeStartingVertx​(io.vertx.core.VertxOptions options)
        Specified by:
        beforeStartingVertx in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
        Overrides:
        beforeStartingVertx in class io.vertx.core.Launcher
      • main

        public static void main​(String... args)
        Main entry point.
        Parameters:
        args - the user command line arguments.