Class PlatformPiranhaMain

java.lang.Object
cloud.piranha.dist.platform.PlatformPiranhaMain

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

    • PlatformPiranhaMain

      public PlatformPiranhaMain()
  • 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 PlatformPiranhaBuilder processArguments(String[] arguments)
      Process the arguments.
      Parameters:
      arguments - the arguments.
      Returns:
      the builder.
    • showHelp

      protected static void showHelp()
      Show help.