public class NuxeoLauncherGUI extends Object
NuxeoLauncher| Constructor and Description |
|---|
NuxeoLauncherGUI(NuxeoLauncher aLauncher) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationGenerator |
getConfigurationGenerator() |
NuxeoLauncher |
getLauncher() |
HashMap<String,LogsSourceThread> |
getLogsMap() |
static String |
getMessage(String key)
Get internationalized message
|
void |
initLogsManagement(String logFile,
ColoredTextPane textArea) |
void |
notifyLogsObserver(String logFile,
boolean isActive) |
void |
start() |
void |
stop() |
void |
updateServerStatus()
Update interface information with current server status.
|
void |
waitForFrameLoaded()
Waits for the Launcher GUI frame being initialized.
|
public NuxeoLauncherGUI(NuxeoLauncher aLauncher)
aLauncher - Launcher being used in backgroundpublic final HashMap<String,LogsSourceThread> getLogsMap()
public void initLogsManagement(String logFile, ColoredTextPane textArea)
public void stop()
NuxeoLauncher.stop()public void updateServerStatus()
NuxeoFrame#updateMainButton()}
{@link NuxeoFrame#updateSummary()}public void waitForFrameLoaded()
NuxeoFrame from this controller.public void start()
NuxeoLauncher#doStartAndWait()public void notifyLogsObserver(String logFile, boolean isActive)
logFile - LogFile managed by the involved readerisActive - Set logs reader active or notpublic ConfigurationGenerator getConfigurationGenerator()
launcherpublic static String getMessage(String key)
key - Message keypublic NuxeoLauncher getLauncher()
Copyright © 2013 Nuxeo SA. All Rights Reserved.