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 | 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 | Description |
---|---|---|
List<UpdateUnit> |
UpdateManager.getUpdateUnits(UpdateManager.TYPE... types) |
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider . |
List<UpdateUnit> |
UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types) |
Returns
java.util.List of UpdateUnit build of the content of the
provider. |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.