public static interface ApplicationRegistry.ApplicationInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompilerVariable(java.lang.String variableName)
Get the value of a compiler variable of the application.
|
java.lang.String |
getId()
Returns the application ID.
|
java.io.File |
getInstallationDirectory()
Returns the directory the application was installed in the last time the installer run.
|
java.lang.Object |
getInstallerVariable(java.lang.String variableName)
Get the value of an installer variable that was saved to the automatically created response file
response.varfile . |
java.lang.String |
getMediaSetId()
Returns the ID of the media file that was used to install this application.
|
java.lang.String |
getName()
Returns the name of the application.
|
java.lang.String |
getVersion()
Returns the version of the application.
|
java.io.File getInstallationDirectory()
java.lang.String getId()
null
if the application was installed with install4j < 3.0java.lang.String getName()
java.lang.String getVersion()
java.lang.String getMediaSetId()
java.lang.String getCompilerVariable(java.lang.String variableName)
variableName
- the name of the compiler variablenull
if the variable is undefinedjava.lang.Object getInstallerVariable(java.lang.String variableName)
response.varfile
.variableName
- the name of the compiler variablenull
if the variable is undefined