public static interface ApplicationRegistry.ApplicationInfo
Modifier and Type | Method and Description |
---|---|
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.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()
java.lang.String getName()
java.lang.String getVersion()
java.lang.String getMediaSetId()