org.codehaus.mojo.appassembler
Class Program

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

Deprecated. Use generate-daemons instead

public class Program
extends Object

Version:
$Id: Program.java 18142 2013-04-01 12:09:59Z khmarbaise $
Author:
Kristian Nordal

Constructor Summary
Program()
          Deprecated. The default constructor.
Program(String name, String mainClass)
          Deprecated. The constructor.
 
Method Summary
 void addCommandLineArgument(String argument)
          Deprecated. Add an command line arguments.
 File getBinFolder()
          Deprecated. The bin folder.
 List getCommandLineArguments()
          Deprecated. Get the command line arguments.
 JvmSettings getJvmSettings()
          Deprecated. Get the JVM settings.
 File getLicenseHeaderFile()
          Deprecated. Get the current license header file which is used.
 String getMainClass()
          Deprecated. Get the main class.
 String getName()
          Deprecated. The name.
 Set getPlatforms()
          Deprecated. The platforms.
 void setBinFolder(File binFolder)
          Deprecated. Set the bin folder.
 void setCommandLineArguments(List arguments)
          Deprecated. Set the argument list.
 void setJvmSettings(JvmSettings jvmSettings)
          Deprecated. Set the JVM settings.
 void setLicenseHeaderFile(File licenseHeaderFile)
          Deprecated. Set the license header file.
 void setMainClass(String mainClass)
          Deprecated. Set the main class.
 void setName(String name)
          Deprecated. Set the name.
 void setPlatforms(Set platforms)
          Deprecated. The platforms.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Program

public Program()
Deprecated. 
The default constructor.


Program

public Program(String name,
               String mainClass)
Deprecated. 
The constructor.

Parameters:
name - The name of the program.
mainClass - The main class of the program.
Method Detail

getName

public String getName()
Deprecated. 
The name.

Returns:
The name of the program.

setName

public void setName(String name)
Deprecated. 
Set the name.

Parameters:
name - The name of the program.

getMainClass

public String getMainClass()
Deprecated. 
Get the main class.

Returns:
The name of the main class.

setMainClass

public void setMainClass(String mainClass)
Deprecated. 
Set the main class.

Parameters:
mainClass - The name of the main class.

getPlatforms

public Set getPlatforms()
Deprecated. 
The platforms.

Returns:
The set of platforms.

setPlatforms

public void setPlatforms(Set platforms)
Deprecated. 
The platforms.

Parameters:
platforms - The set with the platforms.

getCommandLineArguments

public List getCommandLineArguments()
Deprecated. 
Get the command line arguments.

Returns:
The list of command line arguments.

setCommandLineArguments

public void setCommandLineArguments(List arguments)
Deprecated. 
Set the argument list.

Parameters:
arguments - The list of command line arguments.

addCommandLineArgument

public void addCommandLineArgument(String argument)
Deprecated. 
Add an command line arguments.

Parameters:
argument - The argument which will be aded to list of arguments.

getJvmSettings

public JvmSettings getJvmSettings()
Deprecated. 
Get the JVM settings.

Returns:
An instance of the JVM settings.
See Also:
JvmSettings

setJvmSettings

public void setJvmSettings(JvmSettings jvmSettings)
Deprecated. 
Set the JVM settings.

Parameters:
jvmSettings - The instance of the JVM settings which will be used.

getLicenseHeaderFile

public File getLicenseHeaderFile()
Deprecated. 
Get the current license header file which is used.

Returns:
The file instance of the header file.

setLicenseHeaderFile

public void setLicenseHeaderFile(File licenseHeaderFile)
Deprecated. 
Set the license header file.

Parameters:
licenseHeaderFile - The File instance.

getBinFolder

public File getBinFolder()
Deprecated. 
The bin folder.

Returns:
The bin folder.

setBinFolder

public void setBinFolder(File binFolder)
Deprecated. 
Set the bin folder.

Parameters:
binFolder - The new bin folder name.


Copyright © 2006-2013 Codehaus. All Rights Reserved.