public final class UpdateManager
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
UpdateManager.TYPE |
| Modifier and Type | Method | Description |
|---|---|---|
static UpdateManager |
getDefault() |
Returns singleton instance of
UpdateManager |
java.util.List<UpdateUnit> |
getUpdateUnits() |
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. |
java.util.List<UpdateUnit> |
getUpdateUnits(UpdateManager.TYPE... types) |
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. |
public static final UpdateManager getDefault()
UpdateManagerpublic java.util.List<UpdateUnit> getUpdateUnits()
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. Only enabled providers are taken in the result.public java.util.List<UpdateUnit> getUpdateUnits(UpdateManager.TYPE... types)
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. Only enabled providers are taken in the result.types - returns UpdateUnits contain only given types, e.g. modules for MODULE type.
If types is null or null then returns default typesBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.