com.ibm.jsdt.support
Class SupportWindowsBase

java.lang.Object
  extended by com.ibm.jsdt.common.Base
      extended by com.ibm.jsdt.support.SupportBase
          extended by com.ibm.jsdt.support.SupportWindowsBase

Deprecated. Due to new package com.ibm.jsdt.support.deploymenthelper

public class SupportWindowsBase
extends SupportBase

Base for Windows application wrapper Entry, Exit, Main, and Version Checkers. Overrides a few SupportBase methods with Windows specific values.


Field Summary
static int HKEY_CLASSES_ROOT
          Deprecated.  
static int HKEY_CURRENT_CONFIG
          Deprecated.  
static int HKEY_CURRENT_USER
          Deprecated.  
static int HKEY_LOCAL_MACHINE
          Deprecated.  
static int HKEY_USERS
          Deprecated.  
 
Fields inherited from class com.ibm.jsdt.support.SupportBase
AIX, backupFindAndReplace, chmodValue, DEPLOYER_SPECIFICATION_VERSION_KEY, ENTRY_STAGE, EXIT_STAGE, failString, FAILURE, fileName, find, grepFileName, grepString, groupName, HPUX, ignoreCase, ignoreWhitespace, ISMP_GLOBAL_PROPERTY, ISMP_PRODUCT_PROPERTY, ISMP_WIZARD_PROPERTY, jarName, key, keyValue, LINUX_ON_POWER, LINUX_X86_32, LINUX_X86_64, logFileDir, logFileName, MAIN_STAGE, message, newResponseFileValue, OS400, password, path, PDC_CANCEL_INSTALL, PDC_DO_NOT_INSTALL, PDC_DOES_NOT_EXIST, PDC_EXISTS, portNumber, propertyLogFileName, propType, registryKey, registryStringValue, registrySubKey, replace, responseFileName, SELECTED_TASK_NAMES_KEY, servicePack, sNEWLN, sSLASH, SUCCESS, successString, SUNOS, userName, VERSIONCHECKER_STAGE, VPD_INSTALL_LOCATION_PIPE, VPD_VERSION_PIPE, WINDOWS
 
Fields inherited from class com.ibm.jsdt.common.Base
NEW_LINE, OS_NAME, SLASH
 
Constructor Summary
SupportWindowsBase()
          Deprecated. Sets the path String, default to c:/temp; sets the register key to 1.
 
Method Summary
 void addPrivilegeRequest(java.lang.String privilege)
          Deprecated. Adds to the list of privileges to be granted to a user.
 void addServiceRequest(java.lang.String service)
          Deprecated. Adds to the list of services to be stopped or started.
 void clearPrivilegeRequests()
          Deprecated. Clears the privilege request list.
 void clearServiceRequests()
          Deprecated. Clears the service request list.
 SupportHelper getHelper()
          Deprecated. Gets a new SupportWindowsHelper and returns it as a SupportHelper.
 SupportWindowsHelper getWindowsHelper()
          Deprecated. Gets a new SupportWindowsHelper.
protected  java.util.Map localeMap()
          Deprecated. Answers a mapping of locales to InstallShield response file language codes.
 
Methods inherited from class com.ibm.jsdt.support.SupportBase
getAgentRelease, getAppend, getApplicationId, getApplicationVersion, getBackLevelDeployerMessage, getBackLevelJsdtMessage, getBackupFindAndReplace, getChmodValue, getCommand, getCommandArray, getCommandEnvironmentArray, getCommandLaunchDirectory, getCompareVersion, getDeploymentPackageJarName, getDeploymentWizardSpecificationVersion, getFailString, getFileName, getFileTextSearchLength, getFileTextStartIndex, getFind, getGrepFileName, getGrepString, getGroupName, getIbmNsiProperties, getIbmnsiPropertyKeyPrefix, getIgnoreCase, getIgnoreWhitespace, getInstallSuccessStatus, getInterval_Sec, getJarFile, getKBSize, getKey, getKeyValue, getLocale, getLogFileDir, getLogFileName, getMainResources, getMessage, getMessageResourcePath, getMessageSubstitutionStringArray, getNewResponseFileValue, getNewSubstring, getNSIProperty, getOldSubstring, getOriginalResponseFileName, getPassword, getPath, getPortNumber, getPrivileges, getPropertyKeyType, getPropertyLogFileName, getRegistryKey, getRegistryStringValue, getRegistrySubKey, getReplace, getResourceString, getResourceString, getResourceString, getResourceString, getResourceString, getResourceStringArray, getResourceStringArray, getResponseFileName, getRPMArray, getRpmPackage, getSection, getServicePack, getServices, getSingleSubstitutionString, getSource, getSuccessString, getTarget, getTargetFileName, getTargetString, getTaskId, getTimeOut_Sec, getUserName, getVariableKeyword, getVariableName, getVersion, getVpdEndPipe, getVpdStartPipe, getVpdUid, getWindowsDrive, isLocalInteractive, setAppend, setApplicationId, setApplicationVersion, setBackupFindAndReplace, setChmodValue, setCommand, setCommandArray, setCommandEnvironmentArray, setCommandLaunchDirectory, setCommandLogging, setCompareVersion, setFailString, setFailString, setFileName, setFileTextSearchLength, setFileTextStartIndex, setFind, setFind, setGrepFileName, setGrepString, setGroupName, setIgnoreCase, setInstallSuccessStatus, setInterval_Sec, setJarFile, setKey, setKeyValue, setLocale, setLocalInteractive, setLogFileDir, setLogFileName, setMainResources, setMessage, setMessageResourcePath, setMessageSubstitutionString, setMessageSubstitutionStringArray, setNewResponseFileValue, setNewSubstring, setOldSubstring, setOriginalResponseFileName, setPassword, setPath, setPortNumber, setPrivileges, setPropertyKeyType, setRegistryKey, setRegistryStringValue, setRegistrySubKey, setReplace, setResponseFileName, setRPMArray, setRPMArray, setRPMArray, setRpmPackage, setSection, setServicePack, setServices, setSizeKiloBytes, setSizeMegaBytes, setSource, setSuccessString, setSuccessString, setTarget, setTargetFileName, setTargetString, setTaskId, setTimeOut_Sec, setUserName, setVariableKeyword, setVariableName, setVersion, setVpdEndPipe, setVpdStartPipe, setVpdUid, setWaitForOutput, setWindowsDrive, shouldLogCommand, shouldWaitForOutput, trace, trace, trace
 
Methods inherited from class com.ibm.jsdt.common.Base
getBuildPropertiesAccessor, getFullVersion, showBuildProperties, showFullVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HKEY_LOCAL_MACHINE

public static final int HKEY_LOCAL_MACHINE
Deprecated. 
See Also:
Constant Field Values

HKEY_CLASSES_ROOT

public static final int HKEY_CLASSES_ROOT
Deprecated. 
See Also:
Constant Field Values

HKEY_USERS

public static final int HKEY_USERS
Deprecated. 
See Also:
Constant Field Values

HKEY_CURRENT_USER

public static final int HKEY_CURRENT_USER
Deprecated. 
See Also:
Constant Field Values

HKEY_CURRENT_CONFIG

public static final int HKEY_CURRENT_CONFIG
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SupportWindowsBase

public SupportWindowsBase()
Deprecated. 
Sets the path String, default to c:/temp; sets the register key to 1.

Method Detail

localeMap

protected java.util.Map localeMap()
Deprecated. 
Answers a mapping of locales to InstallShield response file language codes.

Returns:
a Map of Locales

getHelper

public SupportHelper getHelper()
Deprecated. 
Gets a new SupportWindowsHelper and returns it as a SupportHelper.

Overrides:
getHelper in class SupportBase
Returns:
a SupportHelper

getWindowsHelper

public SupportWindowsHelper getWindowsHelper()
Deprecated. 
Gets a new SupportWindowsHelper.

Returns:
a SupportWindowsHelper

addPrivilegeRequest

public void addPrivilegeRequest(java.lang.String privilege)
Deprecated. 
Adds to the list of privileges to be granted to a user.

Parameters:
privilege - the rights to be granted the user

addServiceRequest

public void addServiceRequest(java.lang.String service)
Deprecated. 
Adds to the list of services to be stopped or started.

Parameters:
service - the name of service to be acted on

clearServiceRequests

public void clearServiceRequests()
Deprecated. 
Clears the service request list.


clearPrivilegeRequests

public void clearPrivilegeRequests()
Deprecated. 
Clears the privilege request list.