|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.appassembler.Daemon
public class Daemon
| Constructor Summary | |
|---|---|
Daemon()
|
|
| Method Summary | |
|---|---|
List |
getCommandLineArguments()
Get the list of command line arguments. |
String |
getConfigurationDirectory()
Return the configuration directory. |
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 |
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 |
setEnvironmentSetupFileName(String environmentSetupFileName)
Define the environment setup file name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Daemon()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||