public final class UpdateManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateManager.TYPE |
| Modifier and Type | Method and Description |
|---|---|
static UpdateManager |
getDefault()
Returns singleton instance of
UpdateManager |
List<UpdateUnit> |
getUpdateUnits()
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. |
List<UpdateUnit> |
getUpdateUnits(UpdateManager.TYPE... types)
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. |
public static final UpdateManager getDefault()
UpdateManagerpublic List<UpdateUnit> getUpdateUnits()
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider. Only enabled providers are taken in the result.public 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 August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.