Interface JavaAppStartScriptGenerationDetails
public interface JavaAppStartScriptGenerationDetails
Details for generating Java-based application start scripts.
-
Method Summary
Modifier and TypeMethodDescriptionThe display name of the applicationThis system property to use to pass the script name to the application.The classpath, relative to the application home directory.The environment variable to use to control exit value (windows only)The module path, relative to the application home directory.The environment variable to use to provide additional options to the JVMThe path of the script, relative to the application home directory.
-
Method Details
-
getApplicationName
String getApplicationName()The display name of the application -
getOptsEnvironmentVar
String getOptsEnvironmentVar()The environment variable to use to provide additional options to the JVM -
getExitEnvironmentVar
String getExitEnvironmentVar()The environment variable to use to control exit value (windows only) -
getMainClassName
String getMainClassName() -
getDefaultJvmOpts
-
getClasspath
The classpath, relative to the application home directory. -
getModulePath
The module path, relative to the application home directory.- Since:
- 6.4
-
getScriptRelPath
String getScriptRelPath()The path of the script, relative to the application home directory. -
getAppNameSystemProperty
This system property to use to pass the script name to the application. May be null.
-