| Package | Description |
|---|---|
| org.netbeans.api.autoupdate |
Services for searching, downloading and installing NBM with new functionality or updates of installed modules.
|
| org.netbeans.spi.autoupdate |
The provider this SPI can be plugged into Autoupdate's Updates Providers and can
supply NBM to Autoupdate Services.
|
| Modifier and Type | Method | Description |
|---|---|---|
UpdateUnitProvider.CATEGORY |
UpdateUnitProvider.getCategory() |
Deprecated.
|
UpdateUnitProvider.CATEGORY |
UpdateElement.getSourceCategory() |
Deprecated.
|
static UpdateUnitProvider.CATEGORY |
UpdateUnitProvider.CATEGORY.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static UpdateUnitProvider.CATEGORY[] |
UpdateUnitProvider.CATEGORY.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
UpdateUnitProvider |
UpdateUnitProviderFactory.create(java.lang.String name,
java.lang.String displayName,
java.net.URL url,
UpdateUnitProvider.CATEGORY category) |
Creates new
UpdateUnitProvider and store its preferences. |
| Modifier and Type | Method | Description |
|---|---|---|
UpdateUnitProvider.CATEGORY |
UpdateProvider.getCategory() |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.