Class ServerPiranhaMain

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

@Deprecated(since="22.10.0", forRemoval=true) public class ServerPiranhaMain extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
The Main for Piranha Server.
Author:
Manfred Riem ([email protected])

This module and distribution is deprecated. Please use the cloud.piranha.dist.server module and its distribution instead.

  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Class<? extends WebApplicationExtension>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get the default extension.
    static void
    main(String[] arguments)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Main method.
    processArguments(String[] arguments)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Process the arguments.
    protected static void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Show help.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServerPiranhaMain

      public ServerPiranhaMain()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDefaultExtension

      protected Class<? extends WebApplicationExtension> getDefaultExtension()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the default extension.
      Returns:
      the default extension.
    • main

      public static void main(String[] arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Main method.
      Parameters:
      arguments - the arguments.
    • processArguments

      protected ServerPiranhaBuilder processArguments(String[] arguments)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Process the arguments.
      Parameters:
      arguments - the arguments.
      Returns:
      the builder.
    • showHelp

      protected static void showHelp()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Show help.