org.eclipse.tycho.model
Class Launcher
java.lang.Object
org.eclipse.tycho.model.Launcher
public class Launcher
- extends Object
|
Constructor Summary |
Launcher(de.pdark.decentxml.Element domLauncher)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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_WINDOWS_ICO_PATH
public static final String ICON_WINDOWS_ICO_PATH
- 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
Launcher
public Launcher(de.pdark.decentxml.Element domLauncher)
getName
public String getName()
getLinuxIcon
public Map<String,String> getLinuxIcon()
getMacosxIcon
public Map<String,String> getMacosxIcon()
getSolarisIcon
public Map<String,String> getSolarisIcon()
getWindowsUseIco
public boolean getWindowsUseIco()
getWindowsIcon
public Map<String,String> getWindowsIcon()
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.