org.eclipse.tycho.model
Class Launcher

java.lang.Object
  extended by org.eclipse.tycho.model.Launcher

public class Launcher
extends Object


Field Summary
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_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
Launcher(de.pdark.decentxml.Element domLauncher)
           
 
Method Summary
 Map<String,String> getLinuxIcon()
           
 Map<String,String> getMacosxIcon()
           
 String getName()
           
 Map<String,String> getSolarisIcon()
           
 Map<String,String> getWindowsIcon()
           
 boolean getWindowsUseIco()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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_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
Constructor Detail

Launcher

public Launcher(de.pdark.decentxml.Element domLauncher)
Method Detail

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.