|
|||||||||||
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.SupportSolarisHelper
public class SupportSolarisHelper
Solaris specific helper functionality.
Field Summary |
---|
Fields inherited from class com.ibm.jsdt.support.SupportHelper |
---|
theSupportBase |
Constructor Summary | |
---|---|
SupportSolarisHelper()
Deprecated. Sole constructor. |
Method Summary | |
---|---|
boolean |
areAllPackagesInstalled(SupportSolarisBase s)
Deprecated. Checks for the installation of all packages in a Vector of packages on the target machine. |
boolean |
areAnyPackagesInstalled(SupportSolarisBase s)
Deprecated. Checks for the installation of any package in a Vector of packages on the target machine. |
void |
chmodDirPermissions(SupportSolarisBase s)
Deprecated. Changes the permissions on a directory. |
void |
chmodFilePermissions(SupportSolarisBase s)
Deprecated. Changes the permissions on a file. |
boolean |
doesUserExist(SupportSolarisBase s)
Deprecated. Checks if a username exists on the target machine. |
java.util.Vector |
installedPackages(SupportSolarisBase s)
Deprecated. Finds a subset of packages which are installed on the target machine. |
boolean |
isEnoughSpace(SupportSolarisBase s)
Deprecated. use instead method isEnoughSpaceAvailable(SupportSolarisBase) |
boolean |
isEnoughSpaceAvailable(SupportSolarisBase s)
Deprecated. Verifies that the space required is less than the total free space. |
boolean |
isIntelBasedSunOS(SupportBase s)
Deprecated. Determine whether the machine is a intel based machine on Sun. |
boolean |
isPackageInstalled(SupportSolarisBase s)
Deprecated. Checks for the installation of a package on the target machine. |
boolean |
isSunOS64(SupportBase s)
Deprecated. Indicates whether the current architecture is Solaris 64 bit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportSolarisHelper()
Method Detail |
---|
public boolean doesUserExist(SupportSolarisBase s)
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setUserName
before calling this method.
s
- the SupportSolarisBase
to be queriedString
user name SupportSolarisBase.getUserName
boolean
true
if the user exists
false
the user does not existpublic boolean isEnoughSpace(SupportSolarisBase s)
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setSpaceRequired
before calling this method.
s
- the SupportSolarisBase
to be queriedint
the space required SupportSolarisBase.getSpaceRequired
boolean
true
if enough space is on the target machine to install the product
false
otherwisepublic boolean isEnoughSpaceAvailable(SupportSolarisBase s)
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setSpaceRequired
before calling this method.
s
- the SupportSolarisBase
to be queriedint
the space required SupportSolarisBase.getSpaceRequired
boolean
true
if enough space is on the target machine to install the product
false
otherwisepublic boolean areAnyPackagesInstalled(SupportSolarisBase s)
Vector
of packages on the target machine.
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setPackages
before calling this method.
s
- the SupportSolarisBase
to be queriedvector
of packages SupportSolarisBase.getPackages
boolean
true
if at least one of the packages in the Vector
is installed on the target
false
otherwisepublic boolean areAllPackagesInstalled(SupportSolarisBase s)
Vector
of packages on the target machine.
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setPackages
before calling this method.
s
- the SupportSolarisBase
to be queried
vector
of packages SupportSolarisBase.getPackages
boolean
true
if all of the packages in the Vector
are installed on the target
false
otherwisepublic boolean isPackageInstalled(SupportSolarisBase s)
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setPackageName
before calling this method.
s
- the SupportSolarisBase
to be queriedString
SupportSolarisBase.getPackageName
boolean
true
if package is installed on target machine
false
otherwisepublic java.util.Vector installedPackages(SupportSolarisBase s)
Vector
which are installed on the target machine are returned
in a Vector
.
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setPackages
before calling this method.
s
- the SupportSolarisBase
to be queriedVector
of packages SupportSolarisBase.getPackages
Vector
of Strings
, each
String
representing a packagepublic void chmodDirPermissions(SupportSolarisBase s)
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setPath
and
SupportSolarisBase.setChmodValue
before calling this method.
s
- the SupportSolarisBase
to be queriedString
path SupportSolarisBase.getPath
String
valid chmod argument SupportSolarisBase.getChmodValue
public void chmodFilePermissions(SupportSolarisBase s)
The SupportSolarisBase
to be queried must invoke
SupportSolarisBase.setFileName
and
SupportSolarisBase.setChmodValue
before calling this method.
s
- the SupportSolarisBase
to be queriedString
file name SupportSolarisBase.getFileName
String
valid chmod argument SupportSolarisBase.getChmodValue
public boolean isSunOS64(SupportBase s)
s
- the SupportBase
to be queried boolean
public boolean isIntelBasedSunOS(SupportBase s)
true
if OS is Sun 64 bit
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |