public class LauncherType extends SerializableEnum
LauncherSetup.getType()
,
Serialized FormModifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
readResolve
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