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 6588 2008-03-28 12:22:57Z bentmann $
Author:
Trygve Laugstøl

Constructor Summary
Daemon()
           
 
Method Summary
 java.util.List getCommandLineArguments()
           
 java.lang.String getDescriptor()
           
 java.util.List getGeneratorConfigurations()
           
 java.lang.String getId()
           
 JvmSettings getJvmSettings()
           
 java.lang.String getMainClass()
           
 java.util.List getPlatforms()
           
 
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()


Copyright © 2006-2009. All Rights Reserved.