public final class Main
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Application main entry point.
|
protected static io.helidon.webserver.WebServer |
startServer() |
Start the server.
|
public static void main(java.lang.String[] args)
throws java.io.IOException
args - command line arguments.java.io.IOException - if there are problems reading logging propertiesprotected static io.helidon.webserver.WebServer startServer()
throws java.io.IOException
WebServer instancejava.io.IOException - if there are problems reading logging propertiesCopyright © 2018 Oracle Corporation. All rights reserved.