java.lang.Object
cloud.piranha.server.ServerPiranhaMain
The Main for Piranha Server.
- Author:
- Manfred Riem (mriem@manorrock.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends cloud.piranha.core.api.WebApplicationExtension>
Get the default extension.static void
Main method.protected ServerPiranhaBuilder
processArguments
(String[] arguments) Process the arguments.protected static void
showHelp()
Show help.
-
Constructor Details
-
ServerPiranhaMain
public ServerPiranhaMain()
-
-
Method Details
-
getDefaultExtension
Get the default extension.- Returns:
- the default extension.
-
main
Main method.- Parameters:
arguments
- the arguments.
-
processArguments
Process the arguments.- Parameters:
arguments
- the arguments.- Returns:
- the builder.
-
showHelp
protected static void showHelp()Show help.
-