public class LaunchScriptConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
LaunchScriptConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getProperties()
Returns the properties that are applied to the launch script when it's being
including in the executable archive.
|
File |
getScript()
Returns the script
File that will be included in the executable archive. |
int |
hashCode() |
boolean |
isIncluded()
Returns whether the launch script is included.
|
void |
properties(Map<String,String> properties)
Sets the properties that are applied to the launch script when it's being including
in the executable archive.
|
void |
setIncluded(boolean included)
Sets whether the launch script is included.
|
void |
setScript(File script)
Sets the script
File that will be included in the executable archive. |
public boolean isIncluded()
false.true is the script is included, otherwise false.public void setIncluded(boolean included)
false.included - true is the script is included, otherwise false.public Map<String,String> getProperties()
public void properties(Map<String,String> properties)
properties - the propertiespublic File getScript()
File that will be included in the executable archive.
When null, the default launch script will be used.public void setScript(File script)
File that will be included in the executable archive. When
null, the default launch script will be used.script - the script file