public interface LauncherSetup
Objects of this type are returned by Context.getLaunchers()
and Context.getLauncherById(String)
.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the ID of the launcher.
|
java.lang.String |
getName()
Return the name of the launcher as configured in the install4j GUI.
|
java.lang.String |
getRelativeFileName()
Get the relative file name for the launcher.
|
LauncherType |
getType()
Get the type of the launcher.
|
boolean |
isExcludeFromMenu()
Returns whether the launcher is excluded from menu integration.
|
boolean |
isUninstaller()
Returns whether the launcher is the uninstaller.
|
java.lang.String getRelativeFileName()
java.lang.String getId()
LauncherType getType()
boolean isExcludeFromMenu()
true
or false
.boolean isUninstaller()
true
or false
.java.lang.String getName()