public class LaunchScriptConfiguration
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LaunchScriptConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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. |
int |
hashCode() |
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. |
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 propertiespublic 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 filepublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object