public interface JavaAppStartScriptGenerationDetails
Modifier and Type | Method | Description |
---|---|---|
String |
getApplicationName() |
The display name of the application
|
String |
getAppNameSystemProperty() |
This system property to use to pass the script name to the application.
|
List<String> |
getClasspath() |
The classpath, relative to the application home directory.
|
List<String> |
getDefaultJvmOpts() |
|
String |
getExitEnvironmentVar() |
The environment variable to use to control exit value (windows only)
|
String |
getMainClassName() |
|
String |
getOptsEnvironmentVar() |
The environment variable to use to provide additional options to the JVM
|
String |
getScriptRelPath() |
The path of the script, relative to the application home directory.
|
String getApplicationName()
String getOptsEnvironmentVar()
String getExitEnvironmentVar()
String getMainClassName()
String getScriptRelPath()
String getAppNameSystemProperty()