public class Application extends AbstractNoraUiCli
Modifier and Type | Field and Description |
---|---|
static String |
SUFFIX_COMMON |
static String |
SUFFIX_HOME |
static String |
SUFFIX_KEY |
static String |
SUFFIX_PORTAL |
ENVIRONMENTS, GOOGLE_INJECT_SINGLETON_ANNOTATION, IMPORT_SLF4J_LOGGER, NORAUI_LOGGABLE_ANNOTATION, RESOURCES
Modifier | Constructor and Description |
---|---|
|
Application() |
protected |
Application(String mainPath) |
Modifier and Type | Method and Description |
---|---|
void |
add(String applicationName,
String url,
Class<?> robotContext,
boolean verbose)
Add new target application to your robot.
|
List<String> |
get() |
void |
remove(String applicationName,
Class<?> robotContext,
boolean verbose)
Remove target application to your robot.
|
getJavaClassHeaders, updateFile
public static final String SUFFIX_HOME
public static final String SUFFIX_PORTAL
public static final String SUFFIX_COMMON
public static final String SUFFIX_KEY
public Application()
protected Application(String mainPath)
public void add(String applicationName, String url, Class<?> robotContext, boolean verbose)
applicationName
- name of application added.url
- of target application.robotContext
- Context class from robot.verbose
- boolean to activate verbose mode (show more traces).Copyright © 2023 NoraUi. All rights reserved.