public class UiServer extends io.dropwizard.Application<UIConfiguration>
| Constructor and Description | 
|---|
| UiServer() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | createServer() | 
| io.dropwizard.setup.Environment | getEnv() | 
| static UiServer | getInstance() | 
| int | getPort() | 
| void | initialize(io.dropwizard.setup.Bootstrap<UIConfiguration> bootstrap) | 
| static void | main(String[] args) | 
| void | run(UIConfiguration uiConfiguration,
   io.dropwizard.setup.Environment environment) | 
public int getPort()
public io.dropwizard.setup.Environment getEnv()
public void run(UIConfiguration uiConfiguration, io.dropwizard.setup.Environment environment) throws Exception
run in class io.dropwizard.Application<UIConfiguration>Exceptionpublic void initialize(io.dropwizard.setup.Bootstrap<UIConfiguration> bootstrap)
initialize in class io.dropwizard.Application<UIConfiguration>Copyright © 2015. All Rights Reserved.