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 |
---|---|---|
UpdateUnit |
OperationContainer.OperationInfo.getUpdateUnit() |
|
UpdateUnit |
UpdateElement.getUpdateUnit() |
Returns
UpdateUnit where is this UpdateElement contained. |
UpdateUnit |
UpdateUnit.getVisibleAncestor() |
Returns a nearest plugin depending upon this unit which is supposed
to be visible in application UI.
|
Modifier and Type | Method | Description |
---|---|---|
List<UpdateUnit> |
UpdateManager.getUpdateUnits() |
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider . |
List<UpdateUnit> |
UpdateManager.getUpdateUnits(UpdateManager.TYPE... types) |
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider . |
List<UpdateUnit> |
UpdateUnitProvider.getUpdateUnits() |
Returns
java.util.List of UpdateUnit build of the content of the
provider. |
List<UpdateUnit> |
UpdateUnitProvider.getUpdateUnits(UpdateManager.TYPE... types) |
Returns
java.util.List of UpdateUnit build of the content of the
provider. |
Modifier and Type | Method | Description |
---|---|---|
OperationContainer.OperationInfo<Support> |
OperationContainer.add(UpdateUnit updateUnit,
UpdateElement updateElement) |
Adds
updateElement |
boolean |
OperationContainer.canBeAdded(UpdateUnit updateUnit,
UpdateElement updateElement) |
Check if
updateElement can be added (OperationContainer.add(java.util.Collection<org.netbeans.api.autoupdate.UpdateElement>) ) |
Modifier and Type | Method | Description |
---|---|---|
void |
OperationContainer.add(Map<UpdateUnit,UpdateElement> elems) |
Adds all
elems |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.