|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jsdt.support.SupportHelper
com.ibm.jsdt.support.SupportHPUXHelper
public class SupportHPUXHelper
HP-UX specific helper functionality.
Field Summary |
---|
Fields inherited from class com.ibm.jsdt.support.SupportHelper |
---|
sNEWLN, theSupportBase |
Constructor Summary | |
---|---|
SupportHPUXHelper()
Deprecated. Sole constructor. |
Method Summary | |
---|---|
void |
chmodDirPermissions(SupportHPUXBase s)
Deprecated. Changes the permissions on a directory. |
void |
chmodFilePermissions(SupportHPUXBase s)
Deprecated. Changes the permissions on a file. |
boolean |
doesUserExist(SupportHPUXBase s)
Deprecated. Checks if a username exists on the target machine. |
boolean |
isHPUX_Itanium(SupportBase s)
Deprecated. Indicates whether the current architecture is HP-UX Itanium (Intel 64 bit architecture). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportHPUXHelper()
Method Detail |
---|
public boolean doesUserExist(SupportHPUXBase s)
The SupportHPUXBBase
to be queried must invoke
SupportHPUXBase.setUserName
before calling this method.
s
- the SupportHPUXBase
to be queriedString
user name SupportHPUXBase.getUserName
boolean
true
if the user exists
false
the user does not existpublic void chmodDirPermissions(SupportHPUXBase s)
The SupportHPUXBase
to be queried must invoke
SupportHPUXBase.setPath
and SupportHPUXBase.setChmodValue
before calling this method.
s
- the SupportBase
to be queriedString
path SupportHPUXBase.getPath
String
valid chmod argument SupportHPUXBase.getChmodValue
public void chmodFilePermissions(SupportHPUXBase s)
The SupportHPUXBase
to be queried must invoke
SupportHPUXBase.setFileName
and SupportHPUXBase.setChmodValue
before calling this method.
s
- the SupportBase
to be queriedString
file name SupportBase.getFileName
String
valid chmod argument SupportBase.getChmodValue
public boolean isHPUX_Itanium(SupportBase s)
s
- the SupportBase
to be queried boolean
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |