|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.appassembler.Program
public class Program
| 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 |
|---|
public Program()
public Program(String name,
String mainClass)
name - The name of the program.mainClass - The main class of the program.| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name of the program.public String getMainClass()
public void setMainClass(String mainClass)
mainClass - The name of the main class.public Set getPlatforms()
public void setPlatforms(Set platforms)
platforms - The set with the platforms.public List getCommandLineArguments()
public void setCommandLineArguments(List arguments)
arguments - The list of command line arguments.public void addCommandLineArgument(String argument)
argument - The argument which will be aded to list of arguments.public JvmSettings getJvmSettings()
JvmSettingspublic void setJvmSettings(JvmSettings jvmSettings)
jvmSettings - The instance of the JVM settings which will be used.public File getLicenseHeaderFile()
public void setLicenseHeaderFile(File licenseHeaderFile)
licenseHeaderFile - The File instance.public File getBinFolder()
public void setBinFolder(File binFolder)
binFolder - The new bin folder name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||