|
|||||||||||
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.SupportAixHelper
public class SupportAixHelper
AIX specific helper functionality.
Field Summary |
---|
Fields inherited from class com.ibm.jsdt.support.SupportHelper |
---|
sNEWLN, theSupportBase |
Constructor Summary | |
---|---|
SupportAixHelper()
Deprecated. Sole constructor. |
Method Summary | |
---|---|
void |
chmodDirPermissions(SupportBase s)
Deprecated. Changes the permissions on a folder. |
void |
chmodFilePermissions(SupportBase s)
Deprecated. Changes the permissions on a file. |
java.lang.String |
getAixVersion(SupportBase s)
Deprecated. Gets the version of AIX. |
java.lang.String[] |
getLppInstalledDirs(SupportAixBase s)
Deprecated. Gets a String[] of folder paths to versions of software products
that use a common naming convention (they must be installed in the standard
/usr/lpp folder). |
java.lang.String |
getPackageVersion(SupportAixBase s)
Deprecated. Gets the version of an installed package. |
boolean |
isAix42Plus(SupportBase s)
Deprecated. Determines whether the current AIX installation version is >= 4.2. |
boolean |
isAixPackageInstalled(SupportAixBase s)
Deprecated. Determines whether a given package is installed on the AIX system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportAixHelper()
Method Detail |
---|
public void chmodDirPermissions(SupportBase s)
The SupportBase
to be queried must call
SupportBase.setPath
and SupportBase.setChmodValue
before calling this method.
s
- the SupportBase
to be queriedString
path SupportBase.getPath
String
valid chmod argument SupportBase.getChmodValue
.public void chmodFilePermissions(SupportBase s)
The SupportBase
to be queried must call
SupportBase.setFileName
and SupportBase.setChmodValue
before calling this method.
s
- the SupportBase
to be queriedString
file name SupportBase.getFileName
String
valid chmod argument SupportBase.getChmodValue
public java.lang.String getPackageVersion(SupportAixBase s)
The SupportAixBase
to be queried must call
SupportAixBase.setAixPackage
before calling this method.
s
- the SupportAixBase
to be queriedSupportAixBase.getAixPackage
public java.lang.String[] getLppInstalledDirs(SupportAixBase s)
String[]
of folder paths to versions of software products
that use a common naming convention (they must be installed in the standard
/usr/lpp folder).
The SupportAixBase
to be queried must call
SupportAixBase.setAixNameStem
before calling this method.
s
- the SupportAixBase
to be queriedString
package/folder name prefix SupportAixBase.getAixNameStem
public java.lang.String getAixVersion(SupportBase s)
s
- the SupportBase
to be queried
public boolean isAix42Plus(SupportBase s)
s
- the SupportBase
to be queried
boolean
true
if the version is >= 4.2
false
otherwise public boolean isAixPackageInstalled(SupportAixBase s)
The SupportAixBase
to be queried must call
SupportAixBase.setAixPackage
before calling this method.
s
- the SupportAixBase
to be queriedSupportAixBase.getAixPackage
boolean
true if the package is installed
false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |