public class PatchChecker extends java.lang.Object
Constructor and Description |
---|
PatchChecker() |
Modifier and Type | Method and Description |
---|---|
static void |
check(boolean batchMode)
Check for and install any patches.
|
static void |
check(boolean ignoreConfiguration,
boolean batchMode,
boolean displayNoPatches)
Check for and install any patches for modules.
|
public PatchChecker()
public static void check(boolean batchMode)
public static void check(boolean ignoreConfiguration, boolean batchMode, boolean displayNoPatches)
ignoreConfiguration
- If true, always check and install patches.
If false, only check and install patches if check-for-patches is true in
the module-manager configuration file.batchMode
- If true, automatically install all available patches.
If false and patches are available, show a dialog that asks the user to
install patches.displayNoPatches
- If true, display a message if no patches are available.