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 |
getConfigurationDirectory()
Return the configuration directory.
|
String |
getDescriptor()
The descriptor.
|
String |
getEndorsedDir()
The directory where endorsed libraries can be found.
|
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 |
getLicenseHeaderFile()
Return the name of the license header file.
|
String |
getMainClass()
The FQN of the main class.
|
List |
getPlatforms()
The list of platforms.
|
String |
getRepositoryName()
Return the repository name.
|
boolean |
isShowConsoleWindow()
Return the state of the
showConsoleWindow flag. |
void |
setEndorsedDir(String endorsedDir)
Define the endorsed directory where optional jars will be loaded.
|
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 String getConfigurationDirectory()
public JvmSettings getJvmSettings()
public List getGeneratorConfigurations()
public String getLicenseHeaderFile()
public String getRepositoryName()
public boolean isShowConsoleWindow()
showConsoleWindow flag.public String getEnvironmentSetupFileName()
public void setEnvironmentSetupFileName(String environmentSetupFileName)
environmentSetupFileName - The filename as string.public String getEndorsedDir()
public void setEndorsedDir(String endorsedDir)
endorsedDir - The name of the endorsed directory.Copyright © 2006-2013 Codehaus. All Rights Reserved.