|
||||||||||
| 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. |
|
Program(String name,
String mainClass)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addCommandLineArgument(String argument)
Deprecated. |
File |
getBinFolder()
Deprecated. |
List |
getCommandLineArguments()
Deprecated. |
JvmSettings |
getJvmSettings()
Deprecated. |
File |
getLicenseHeaderFile()
Deprecated. |
String |
getMainClass()
Deprecated. |
String |
getName()
Deprecated. |
Set |
getPlatforms()
Deprecated. |
void |
setBinFolder(File binFolder)
Deprecated. |
void |
setCommandLineArguments(List arguments)
Deprecated. |
void |
setJvmSettings(JvmSettings jvmSettings)
Deprecated. |
void |
setLicenseHeaderFile(File licenseHeaderFile)
Deprecated. |
void |
setMainClass(String mainClass)
Deprecated. |
void |
setName(String name)
Deprecated. |
void |
setPlatforms(Set platforms)
Deprecated. |
| 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)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getMainClass()
public void setMainClass(String mainClass)
public Set getPlatforms()
public void setPlatforms(Set platforms)
public List getCommandLineArguments()
public void setCommandLineArguments(List arguments)
public void addCommandLineArgument(String argument)
public JvmSettings getJvmSettings()
public void setJvmSettings(JvmSettings jvmSettings)
public File getLicenseHeaderFile()
public void setLicenseHeaderFile(File licenseHeaderFile)
public File getBinFolder()
public void setBinFolder(File binFolder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||