java.lang.Object
cloud.piranha.server.ServerPiranhaMain
Deprecated, for removal: This API element is subject to removal in a future version.
The Main for Piranha Server.
- Author:
- Manfred Riem (mriem@manorrock.com)
This module and distribution is deprecated. Please use the cloud.piranha.dist.server module and its distribution instead.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<? extends cloud.piranha.core.api.WebApplicationExtension>
Deprecated, for removal: This API element is subject to removal in a future version.Get the default extension.static void
Deprecated, for removal: This API element is subject to removal in a future version.Main method.protected ServerPiranhaBuilder
processArguments
(String[] arguments) Deprecated, for removal: This API element is subject to removal in a future version.Process the arguments.protected static void
showHelp()
Deprecated, for removal: This API element is subject to removal in a future version.Show help.
-
Constructor Details
-
ServerPiranhaMain
public ServerPiranhaMain()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getDefaultExtension
Deprecated, for removal: This API element is subject to removal in a future version.Get the default extension.- Returns:
- the default extension.
-
main
Deprecated, for removal: This API element is subject to removal in a future version.Main method.- Parameters:
arguments
- the arguments.
-
processArguments
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.
-