Package | Description |
---|---|
org.netbeans.api.autoupdate |
Services for searching, downloading and installing NBM with new functionality or updates of installed modules.
|
Modifier and Type | Method and Description |
---|---|
UpdateManager.TYPE |
UpdateUnit.getType() |
static UpdateManager.TYPE |
UpdateManager.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateManager.TYPE[] |
UpdateManager.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<UpdateUnit> |
UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types)
Returns
java.util.List of UpdateUnit build of the content of the
provider. |
List<UpdateUnit> |
UpdateManager.getUpdateUnits(UpdateManager.TYPE... types)
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider . |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.