Package com.ibm.di.UpdateInstaller
Class CheckForJREUpdate
- java.lang.Object
-
- com.ibm.di.UpdateInstaller.CheckForJREUpdate
-
public class CheckForJREUpdate extends java.lang.Object
Allows wrapper scripts to see if the JRE is being updated by a fix or rolled back.
-
-
Constructor Summary
Constructors Constructor Description CheckForJREUpdate()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
main function - does checking for a JRE updatestatic void
report(int rc)
Exits reporting the return code specified so a script can access it.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
main function - does checking for a JRE update- Parameters:
args
- arguments in the form of one of the following: installDir backupDir JREZip -update zipFile installDir backupDir JREZip -rollback
-
report
public static void report(int rc)
Exits reporting the return code specified so a script can access it.- Parameters:
rc
- The return code
-
-