Interface JavaAppStartScriptGenerationDetails
-
public interface JavaAppStartScriptGenerationDetailsDetails for generating Java-based application start scripts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationName()The display name of the applicationStringgetAppNameSystemProperty()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()StringgetExitEnvironmentVar()The environment variable to use to control exit value (windows only)StringgetMainClassName()StringgetOptsEnvironmentVar()The environment variable to use to provide additional options to the JVMStringgetScriptRelPath()The path of the script, relative to the application home directory.
-
-
-
Method Detail
-
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()
-
getScriptRelPath
String getScriptRelPath()
The path of the script, relative to the application home directory.
-
getAppNameSystemProperty
String getAppNameSystemProperty()
This system property to use to pass the script name to the application. May be null.
-
-