|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LauncherSetup
This interface provides information about launchers. Launchers are configured on the "Launchers" section in the install4j GUI.
Objects of this type are returned by Context.getLaunchers()
and Context.getLauncherById(String)
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getRelativeFileName()
java.lang.String getId()
LauncherType getType()
boolean isExcludeFromMenu()
boolean isUninstaller()
java.lang.String getName()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |