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()
UpdateManager
public 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 UpdateUnit
s contain only given types, e.g. modules for MODULE
type.
If types is null
or null then returns default typesBuilt on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.