java.lang.Objectcom.install4j.api.context.LauncherType
public class LauncherType
Enumeration class that represents the different types of launchers. The constants correspond to the different launcher types that you can define in the install4j GUI.
LauncherSetup.getType()
Field Summary | |
---|---|
static LauncherType |
CONSOLE
Represents a console launcher. |
static LauncherType |
EXTERNAL
Represents an external launcher. |
static LauncherType |
GUI
Represents a GUI launcher. |
static LauncherType |
INSTALLER_APPLICATION
Represents a custom installer application. |
static LauncherType |
SERVICE
Represents a service launcher. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LauncherType CONSOLE
public static final LauncherType GUI
public static final LauncherType SERVICE
public static final LauncherType EXTERNAL
public static final LauncherType INSTALLER_APPLICATION
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object