Package cloud.piranha.server.standard
Class StandardServerBootstrap
java.lang.Object
cloud.piranha.server.core.ServerBootstrap
cloud.piranha.server.standard.StandardServerBootstrap
The bootstrapper for Piranha Server.
- Author:
- Manfred Riem (mriem@manorrock.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends cloud.piranha.core.api.WebApplicationExtension>
static void
Main method.Methods inherited from class cloud.piranha.server.core.ServerBootstrap
processArguments, showHelp
-
Constructor Details
-
StandardServerBootstrap
public StandardServerBootstrap()
-
-
Method Details
-
getDefaultExtension
- Specified by:
getDefaultExtension
in classServerBootstrap
-
main
Main method.- Parameters:
arguments
- the arguments.
-