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 and Description |
---|---|
UpdateUnitProvider.CATEGORY |
UpdateUnitProvider.getCategory()
Deprecated.
|
UpdateUnitProvider.CATEGORY |
UpdateElement.getSourceCategory()
Deprecated.
|
static UpdateUnitProvider.CATEGORY |
UpdateUnitProvider.CATEGORY.valueOf(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 and Description |
---|---|
UpdateUnitProvider |
UpdateUnitProviderFactory.create(String name,
String displayName,
URL url,
UpdateUnitProvider.CATEGORY category)
Creates new
UpdateUnitProvider and store its preferences. |
Modifier and Type | Method and Description |
---|---|
UpdateUnitProvider.CATEGORY |
UpdateProvider.getCategory() |