public class LaunchScriptConfiguration extends Object implements Serializable
Constructor and Description |
---|
LaunchScriptConfiguration() |
Modifier and Type | Method and Description |
---|---|
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. |
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 |
setScript(File script)
Sets the script
File that will be included in the executable archive. |
@Input public Map<String,String> getProperties()
public void properties(Map<String,String> properties)
properties
- the properties@Optional @InputFile @PathSensitive(value=RELATIVE) public File getScript()
File
that will be included in the executable archive.
When null
, the default launch script will be used.