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