public class CoreUIServiceJava extends Object implements org.rapidpm.dependencies.core.logger.HasLogger
| Modifier and Type | Field and Description |
|---|---|
static String |
CLI_BASE_PKG |
static String |
CLI_HOST |
static String |
CLI_PORT |
static String |
CORE_UI_BASE_PKG |
static String |
CORE_UI_SERVER_HOST |
static String |
CORE_UI_SERVER_HOST_DEFAULT |
static String |
CORE_UI_SERVER_PORT |
static String |
CORE_UI_SERVER_PORT_DEFAULT |
static String |
DEFAULT_BASE_PKG |
org.rapidpm.frp.model.Result<io.undertow.Undertow> |
undertow |
| Constructor and Description |
|---|
CoreUIServiceJava() |
| Modifier and Type | Method and Description |
|---|---|
CoreUIServiceJava |
executeCLI(String[] args) |
static void |
main(String[] args) |
Set<Class<?>> |
setOfRouteAnnotatedClasses() |
void |
shutdown() |
void |
startup() |
public static final String CORE_UI_SERVER_HOST_DEFAULT
public static final String CORE_UI_SERVER_PORT_DEFAULT
public static final String CORE_UI_SERVER_HOST
public static final String CORE_UI_SERVER_PORT
public static final String CORE_UI_BASE_PKG
public static final String CLI_HOST
public static final String CLI_PORT
public static final String CLI_BASE_PKG
public static final String DEFAULT_BASE_PKG
public org.rapidpm.frp.model.Result<io.undertow.Undertow> undertow
public static void main(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionpublic CoreUIServiceJava executeCLI(String[] args) throws org.apache.commons.cli.ParseException
org.apache.commons.cli.ParseExceptionpublic void startup()
public void shutdown()
Copyright © 2017–2019 Vaadin. All rights reserved.