org.codehaus.mojo.appassembler
Class Daemon

java.lang.Object
  extended by org.codehaus.mojo.appassembler.Daemon

public class Daemon
extends java.lang.Object

Version:
$Id: Daemon.java 8129 2008-11-22 13:38:18Z kristian $
Author:
Trygve Laugstøl

Constructor Summary
Daemon()
           
 
Method Summary
 java.util.List getCommandLineArguments()
           
 java.lang.String getDescriptor()
           
 java.lang.String getEnvironmentSetupFileName()
           
 java.util.List getGeneratorConfigurations()
           
 java.lang.String getId()
           
 JvmSettings getJvmSettings()
           
 java.lang.String getMainClass()
           
 java.util.List getPlatforms()
           
 boolean isShowConsoleWindow()
           
 void setEnvironmentSetupFileName(java.lang.String environmentSetupFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Daemon

public Daemon()
Method Detail

getId

public java.lang.String getId()

getMainClass

public java.lang.String getMainClass()

getDescriptor

public java.lang.String getDescriptor()

getPlatforms

public java.util.List getPlatforms()

getCommandLineArguments

public java.util.List getCommandLineArguments()

getJvmSettings

public JvmSettings getJvmSettings()

getGeneratorConfigurations

public java.util.List getGeneratorConfigurations()

isShowConsoleWindow

public boolean isShowConsoleWindow()

getEnvironmentSetupFileName

public java.lang.String getEnvironmentSetupFileName()

setEnvironmentSetupFileName

public void setEnvironmentSetupFileName(java.lang.String environmentSetupFileName)


Copyright © 2006-2009 Codehaus. All Rights Reserved.