| java.lang.Object com.memoire.vainstall.AbstractInstall com.memoire.vainstall.Setup
Setup | public class Setup extends AbstractInstall (Code) | | version: $Id: Setup.java,v 1.36 2005/05/14 10:14:16 deniger Exp $ author: Axel von Arnim |
Constructor Summary | |
public | Setup(String uiMode, String uiBluescreen, String uiBluescreenColor, String appName, String appVersion, String destPath, String linkSectionName, String linkSectionIcon, String linkEntryName, String linkEntryIcon, Boolean createUninstallShortcut, String licenseKeySupportName, File fileWithArchive, String installClassName, Long installClassOffset, Long installClassSize, Long jarOffset, File classloaderTempDir) |
isJavaInPath | static int isJavaInPath(Code) | | 0 : not known 1 : java in path -1: not in path Comment for
isJavaInPath
|
Setup | public Setup(String uiMode, String uiBluescreen, String uiBluescreenColor, String appName, String appVersion, String destPath, String linkSectionName, String linkSectionIcon, String linkEntryName, String linkEntryIcon, Boolean createUninstallShortcut, String licenseKeySupportName, File fileWithArchive, String installClassName, Long installClassOffset, Long installClassSize, Long jarOffset, File classloaderTempDir)(Code) | | |
callReflect | final public static boolean callReflect(Method method, Object[] args) throws Exception(Code) | | Call method that returns boolean. Unwrap InvocationTargetException.
|
nextStep | public void nextStep()(Code) | | |
previousStep | public void previousStep()(Code) | | |
redoStep | public void redoStep()(Code) | | |
removeBackups | protected void removeBackups()(Code) | | |
replace | final public static String replace(String _s, String _a, String _b)(Code) | | Replace parts of a string.
Parameters: _s - the initial string Parameters: _a - the string to be found Parameters: _b - the string which will replace the modified string |
|
|