Class ServerCommand

  • All Implemented Interfaces:
    io.bootique.command.Command

    public class ServerCommand
    extends io.bootique.command.CommandWithMetadata
    • Constructor Detail

      • ServerCommand

        @Inject
        public ServerCommand​(javax.inject.Provider<org.eclipse.jetty.server.Server> serverProvider)
    • Method Detail

      • run

        public io.bootique.command.CommandOutcome run​(io.bootique.cli.Cli cli)
        Specified by:
        run in interface io.bootique.command.Command
        Specified by:
        run in class io.bootique.command.CommandWithMetadata