public class LaunchScriptConfiguration
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LaunchScriptConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns the properties that are applied to the launch script when it's being
including in the executable archive.
|
java.io.File |
getScript()
Returns the script
File that will be included in the executable archive. |
void |
properties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the properties that are applied to the launch script when it's being including
in the executable archive.
|
void |
setScript(java.io.File script)
Sets the script
File that will be included in the executable archive. |
@Input public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void properties(java.util.Map<java.lang.String,java.lang.String> properties)
properties
- the properties@Optional @InputFile @PathSensitive(value=RELATIVE) public java.io.File getScript()
File
that will be included in the executable archive.
When null
, the default launch script will be used.public void setScript(java.io.File script)
File
that will be included in the executable archive. When
null
, the default launch script will be used.script
- the script file