|
|||||||||||
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.SupportBase
com.ibm.jsdt.support.SupportSolarisBase
public class SupportSolarisBase
Base for Solaris application wrapper Entry, Exit, Main and Version Checkers.
Overrides a few SupportBase
methods with Solaris specific values.
Field Summary |
---|
Fields inherited from class com.ibm.jsdt.common.Base |
---|
NEW_LINE, OS_NAME, SLASH |
Constructor Summary | |
---|---|
SupportSolarisBase()
Deprecated. Sole constructor. |
Method Summary | |
---|---|
SupportHelper |
getHelper()
Deprecated. Gets a new SupportSolarisHelper and returns it as a SupportHelper . |
java.lang.String |
getPackageName()
Deprecated. Gets the package name. |
java.util.Vector |
getPackages()
Deprecated. Get the names of a set of some of the packages to be installed with the product. |
SupportSolarisHelper |
getSolarisHelper()
Deprecated. Gets a new SupportSolarisHelper . |
int |
getSpaceRequired()
Deprecated. Returns the disk space needed for the install of the product. |
void |
setPackageName(java.lang.String name)
Deprecated. Sets the packageName. |
void |
setPackages(java.lang.String[] installPackages)
Deprecated. Sets the names of a set of some of the packages to be installed with the product. |
void |
setPackages(java.util.Vector installPackages)
Deprecated. Sets the names of a set of some of the packages to be installed with the product. |
void |
setSpaceRequired(int space)
Deprecated. Sets the disk space required for the install of the product. |
Methods inherited from class com.ibm.jsdt.common.Base |
---|
getBuildPropertiesAccessor, getFullVersion, showBuildProperties, showFullVersion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SupportSolarisBase()
Method Detail |
---|
public int getSpaceRequired()
public void setSpaceRequired(int space)
space
- the disk space requiredpublic java.lang.String getPackageName()
public void setPackageName(java.lang.String name)
name
- a solaris install package namepublic java.util.Vector getPackages()
public void setPackages(java.util.Vector installPackages)
installPackages
- a Vector
of package namespublic void setPackages(java.lang.String[] installPackages)
installPackages
- an array of package names.public SupportHelper getHelper()
SupportSolarisHelper
and returns it as a SupportHelper
.
getHelper
in class SupportBase
SupportHelper
public SupportSolarisHelper getSolarisHelper()
SupportSolarisHelper
.
SupportSolarisHelper
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |