Package org.eclipse.tycho.model
Class Launcher
- java.lang.Object
-
- org.eclipse.tycho.model.Launcher
-
public class Launcher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ICON_FREEBSD
static String
ICON_LINUX
static String
ICON_MAC
static String
ICON_SOLARIS_LARGE
static String
ICON_SOLARIS_MEDIUM
static String
ICON_SOLARIS_SMALL
static String
ICON_SOLARIS_TINY
static String
ICON_WINDOWS_EXTRA_LARGE_HIGH
static String
ICON_WINDOWS_ICO_PATH
static String
ICON_WINDOWS_LARGE_HIGH
static String
ICON_WINDOWS_LARGE_LOW
static String
ICON_WINDOWS_MEDIUM_HIGH
static String
ICON_WINDOWS_MEDIUM_LOW
static String
ICON_WINDOWS_SMALL_HIGH
static String
ICON_WINDOWS_SMALL_LOW
-
Constructor Summary
Constructors Constructor Description Launcher(de.pdark.decentxml.Element domLauncher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getFreeBSDIcon()
Map<String,String>
getLinuxIcon()
Map<String,String>
getMacosxIcon()
String
getName()
Map<String,String>
getSolarisIcon()
Map<String,String>
getWindowsIcon()
boolean
getWindowsUseIco()
-
-
-
Field Detail
-
ICON_LINUX
public static final String ICON_LINUX
- See Also:
- Constant Field Values
-
ICON_MAC
public static final String ICON_MAC
- See Also:
- Constant Field Values
-
ICON_FREEBSD
public static final String ICON_FREEBSD
- See Also:
- Constant Field Values
-
ICON_WINDOWS_ICO_PATH
public static final String ICON_WINDOWS_ICO_PATH
- See Also:
- Constant Field Values
-
ICON_WINDOWS_EXTRA_LARGE_HIGH
public static final String ICON_WINDOWS_EXTRA_LARGE_HIGH
- See Also:
- Constant Field Values
-
ICON_WINDOWS_LARGE_LOW
public static final String ICON_WINDOWS_LARGE_LOW
- See Also:
- Constant Field Values
-
ICON_WINDOWS_LARGE_HIGH
public static final String ICON_WINDOWS_LARGE_HIGH
- See Also:
- Constant Field Values
-
ICON_WINDOWS_MEDIUM_LOW
public static final String ICON_WINDOWS_MEDIUM_LOW
- See Also:
- Constant Field Values
-
ICON_WINDOWS_MEDIUM_HIGH
public static final String ICON_WINDOWS_MEDIUM_HIGH
- See Also:
- Constant Field Values
-
ICON_WINDOWS_SMALL_LOW
public static final String ICON_WINDOWS_SMALL_LOW
- See Also:
- Constant Field Values
-
ICON_WINDOWS_SMALL_HIGH
public static final String ICON_WINDOWS_SMALL_HIGH
- See Also:
- Constant Field Values
-
ICON_SOLARIS_TINY
public static final String ICON_SOLARIS_TINY
- See Also:
- Constant Field Values
-
ICON_SOLARIS_SMALL
public static final String ICON_SOLARIS_SMALL
- See Also:
- Constant Field Values
-
ICON_SOLARIS_MEDIUM
public static final String ICON_SOLARIS_MEDIUM
- See Also:
- Constant Field Values
-
ICON_SOLARIS_LARGE
public static final String ICON_SOLARIS_LARGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
getWindowsUseIco
public boolean getWindowsUseIco()
-
-