| java.lang.Object com.memoire.vainstall.VALinkWindows
VALinkWindows | public class VALinkWindows (Code) | | version: $Id: VALinkWindows.java,v 1.8 2005/03/07 20:52:02 deniger Exp $ author: Axel von Arnim |
Method Summary | |
public static void | copy(File _from, File _to) | public static boolean | create(VAShortcutEntry[] _launchparms, File sharedDir, String _installClassName, Set shortcuts) Create one Windows shortcut for each javalauncher script that was
created.
Links will be named after the corresponding launch scripts.
Icons can be used. | public static boolean | move(File _from, File _to) |
create | public static boolean create(VAShortcutEntry[] _launchparms, File sharedDir, String _installClassName, Set shortcuts) throws IOException(Code) | | Create one Windows shortcut for each javalauncher script that was
created.
Links will be named after the corresponding launch scripts.
Icons can be used. If in the install dir an icon file (suffix .ico)
exists that matches the name of the launcher, it will be used as the icon
for that launcher. Alternatively, if an icon file exists in the install
dir that matches LINK_ENTRY_ICON, that icon file will be used. Otherwise,
no icon is used.
See Also: com.memoire.vainstall.VASetup |
|
|