Class ServerPiranhaMain

java.lang.Object
cloud.piranha.server.ServerPiranhaMain

public class ServerPiranhaMain extends Object
The Main for Piranha Server.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • ServerPiranhaMain

      public ServerPiranhaMain()
  • Method Details

    • getDefaultExtension

      protected Class<? extends WebApplicationExtension> getDefaultExtension()
      Get the default extension.
      Returns:
      the default extension.
    • main

      public static void main(String[] arguments)
      Main method.
      Parameters:
      arguments - the arguments.
    • processArguments

      protected ServerPiranhaBuilder processArguments(String[] arguments)
      Process the arguments.
      Parameters:
      arguments - the arguments.
      Returns:
      the builder.
    • showHelp

      protected static void showHelp()
      Show help.