public class Daemon extends Object
| Constructor and Description |
|---|
Daemon() |
| Modifier and Type | Method and Description |
|---|---|
List |
getCommandLineArguments()
Get the list of command line arguments.
|
String |
getDescriptor()
The descriptor.
|
String |
getEnvironmentSetupFileName()
The file name as string.
|
List |
getGeneratorConfigurations()
Return the generator configurations.
|
String |
getId()
The daemon id which must be unique.
|
JvmSettings |
getJvmSettings()
Get the current JVM settings.
|
String |
getMainClass()
The FQN of the main class.
|
List |
getPlatforms()
The list of platforms.
|
boolean |
isShowConsoleWindow()
Return the state of the
showConsoleWindow flag. |
void |
setEnvironmentSetupFileName(String environmentSetupFileName)
Define the environment setup file name.
|
public String getId()
public String getMainClass()
public String getDescriptor()
public List getPlatforms()
public List getCommandLineArguments()
public JvmSettings getJvmSettings()
public List getGeneratorConfigurations()
public boolean isShowConsoleWindow()
showConsoleWindow flag.public String getEnvironmentSetupFileName()
public void setEnvironmentSetupFileName(String environmentSetupFileName)
environmentSetupFileName - The filename as string.Copyright © 2006-2013 Codehaus. All Rights Reserved.