public class Program extends Object
| Constructor and Description |
|---|
Program()
Deprecated.
The default constructor.
|
Program(String name,
String mainClass)
Deprecated.
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCommandLineArgument(String argument)
Deprecated.
Add an command line arguments.
|
File |
getBinFolder()
Deprecated.
The bin folder.
|
List |
getCommandLineArguments()
Deprecated.
Get the command line arguments.
|
String |
getId()
Deprecated.
The id.
|
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.
Please use @{link
getId() instead. |
Set |
getPlatforms()
Deprecated.
The platforms.
|
void |
setBinFolder(File binFolder)
Deprecated.
Set the bin folder.
|
void |
setCommandLineArguments(List arguments)
Deprecated.
Set the argument list.
|
void |
setId(String id)
Deprecated.
Set the id.
|
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.
Use
setId(String) instead. |
void |
setPlatforms(Set platforms)
Deprecated.
The platforms.
|
public String getName()
getId() instead.public String getId()
public void setName(String name)
setId(String) instead.name - The name of the program.public void setId(String id)
id - 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.Copyright © 2006-2013 Codehaus. All Rights Reserved.