com.ibm.jsdt.support
Class SupportAixBase

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

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

public class SupportAixBase
extends SupportBase

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


Field Summary
protected  java.lang.String aixPackage
          Deprecated.  
protected  java.lang.String nameStem
          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
SupportAixBase()
          Deprecated. Sets the path String default to /usr/lpp.
 
Method Summary
 SupportAixHelper getAixHelper()
          Deprecated. Gets a new SupportAixHelper.
 java.lang.String getAixNameStem()
          Deprecated. Returns the path prefix.
 java.lang.String getAixPackage()
          Deprecated. Returns the installp package name.
 SupportHelper getHelper()
          Deprecated. Gets a new SupportAixHelper and returns it as a SupportHelper.
 void setAixNameStem(java.lang.String data)
          Deprecated. Sets the path prefix.
 void setAixPackage(java.lang.String data)
          Deprecated. Sets the installp package name.
 
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

aixPackage

protected java.lang.String aixPackage
Deprecated. 

nameStem

protected java.lang.String nameStem
Deprecated. 
Constructor Detail

SupportAixBase

public SupportAixBase()
Deprecated. 
Sets the path String default to /usr/lpp.

Method Detail

getAixPackage

public java.lang.String getAixPackage()
Deprecated. 
Returns the installp package name.

Returns:
the installp package name

getAixNameStem

public java.lang.String getAixNameStem()
Deprecated. 
Returns the path prefix.

Returns:
the path prefix

setAixPackage

public void setAixPackage(java.lang.String data)
Deprecated. 
Sets the installp package name.

Parameters:
data - a package name

setAixNameStem

public void setAixNameStem(java.lang.String data)
Deprecated. 
Sets the path prefix.

Parameters:
data - a path prefix

getHelper

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

Overrides:
getHelper in class SupportBase
Returns:
SupportHelper

getAixHelper

public SupportAixHelper getAixHelper()
Deprecated. 
Gets a new SupportAixHelper.

Returns:
SupportAixHelper