|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jsdt.common.Base
com.ibm.jsdt.support.deploymenthelper.DeploymentHelper
com.ibm.jsdt.support.deploymenthelper.HPUXDeploymentHelper
public class HPUXDeploymentHelper
HPUX specific helper functionality.
Field Summary |
---|
Fields inherited from class com.ibm.jsdt.support.deploymenthelper.DeploymentHelper |
---|
DEPLOYER_SPECIFICATION_VERSION_KEY, ENTRY_STAGE, EXIT_STAGE, FAILURE, ISMP_GLOBAL_PROPERTY, ISMP_PRODUCT_PROPERTY, ISMP_WIZARD_PROPERTY, MAIN_STAGE, PDC_CANCEL_INSTALL, PDC_DO_NOT_INSTALL, PDC_DOES_NOT_EXIST, PDC_EXISTS, resourceBundle, SELECTED_TASK_NAMES_KEY, sNEWLN, SUCCESS, VERSIONCHECKER_STAGE, VPD_INSTALL_LOCATION_PIPE, VPD_VERSION_PIPE |
Fields inherited from class com.ibm.jsdt.common.Base |
---|
NEW_LINE, OS_NAME, SLASH |
Constructor Summary | |
---|---|
HPUXDeploymentHelper()
Sole constructor. |
Method Summary | |
---|---|
static void |
chmodDirPermissions(java.lang.String path,
java.lang.String chmodValue)
Changes the permissions on a directory. |
static void |
chmodFilePermissions(java.lang.String fileName,
java.lang.String chmodValue)
Changes the permissions on a file. |
static boolean |
doesUserExist(java.lang.String userName)
Checks the existence of user name on the target computer. |
static boolean |
isHPUX_Itanium()
Indicates whether the current architecture is HP-UX Itanium (Intel 64-bit architecture). |
Methods inherited from class com.ibm.jsdt.common.Base |
---|
getBuildPropertiesAccessor, getFullVersion, getMainResources, getResourceString, getResourceString, getResourceString, getResourceString, getResourceString, getResourceStringArray, getResourceStringArray, showBuildProperties, showFullVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HPUXDeploymentHelper()
Method Detail |
---|
public static boolean doesUserExist(java.lang.String userName)
userName
- - user name that can access the target computer
Boolean
value oftrue
if the user exists
false
if the user does not existpublic static void chmodDirPermissions(java.lang.String path, java.lang.String chmodValue)
path
- - directory on which the permissions will be setchmodValue
- - chmod valuepublic static void chmodFilePermissions(java.lang.String fileName, java.lang.String chmodValue)
fileName
- - file to be set permissionchmodValue
- - chmod valuepublic static boolean isHPUX_Itanium()
Boolean
value oftrue
if target computer has HP-UX Itanium architecture
false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |