|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.UpdateInstaller.CheckForUpdateInstallerUpdate
public class CheckForUpdateInstallerUpdate
Allows wrapper scripts to see if the Update Installer is being updated by a fix or rolled back.
Constructor Summary | |
---|---|
CheckForUpdateInstallerUpdate()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main function - does checking for an Update Installer update |
static void |
report(int rc)
Exits reporting the return code specified so a script can access it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckForUpdateInstallerUpdate()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- arguments in the form of one of the following:
installDir backupDir -update zipFile installDir backupDir
-rollbackpublic static void report(int rc)
rc
- The return code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |