Uses of Class
com.ibm.jsdt.support.SupportSolarisBase

Packages that use SupportSolarisBase
com.ibm.jsdt.support The support framework provides an easy way to perform functions commonly needed during installation. 
 

Uses of SupportSolarisBase in com.ibm.jsdt.support
 

Methods in com.ibm.jsdt.support with parameters of type SupportSolarisBase
 boolean SupportSolarisHelper.areAllPackagesInstalled(SupportSolarisBase s)
          Deprecated. Checks for the installation of all packages in a Vector of packages on the target machine.
 boolean SupportSolarisHelper.areAnyPackagesInstalled(SupportSolarisBase s)
          Deprecated. Checks for the installation of any package in a Vector of packages on the target machine.
 void SupportSolarisHelper.chmodDirPermissions(SupportSolarisBase s)
          Deprecated. Changes the permissions on a directory.
 void SupportSolarisHelper.chmodFilePermissions(SupportSolarisBase s)
          Deprecated. Changes the permissions on a file.
 boolean SupportSolarisHelper.doesUserExist(SupportSolarisBase s)
          Deprecated. Checks if a username exists on the target machine.
 java.util.Vector SupportSolarisHelper.installedPackages(SupportSolarisBase s)
          Deprecated. Finds a subset of packages which are installed on the target machine.
 boolean SupportSolarisHelper.isEnoughSpace(SupportSolarisBase s)
          Deprecated. use instead method isEnoughSpaceAvailable(SupportSolarisBase)
 boolean SupportSolarisHelper.isEnoughSpaceAvailable(SupportSolarisBase s)
          Deprecated. Verifies that the space required is less than the total free space.
 boolean SupportSolarisHelper.isPackageInstalled(SupportSolarisBase s)
          Deprecated. Checks for the installation of a package on the target machine.