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 StringICON_FREEBSDstatic StringICON_LINUXstatic StringICON_MACstatic StringICON_SOLARIS_LARGEstatic StringICON_SOLARIS_MEDIUMstatic StringICON_SOLARIS_SMALLstatic StringICON_SOLARIS_TINYstatic StringICON_WINDOWS_EXTRA_LARGE_HIGHstatic StringICON_WINDOWS_ICO_PATHstatic StringICON_WINDOWS_LARGE_HIGHstatic StringICON_WINDOWS_LARGE_LOWstatic StringICON_WINDOWS_MEDIUM_HIGHstatic StringICON_WINDOWS_MEDIUM_LOWstatic StringICON_WINDOWS_SMALL_HIGHstatic StringICON_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()StringgetName()Map<String,String>getSolarisIcon()Map<String,String>getWindowsIcon()booleangetWindowsUseIco()
-
-
-
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()
-
-