|
||||||||||
| 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 |
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. |
| 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 JvmSettings getJvmSettings()
public List getGeneratorConfigurations()
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 | |||||||||