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 |
---|---|
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 and Description |
---|---|
List<UpdateUnit> |
UpdateUnitProvider.getUpdateUnits()
Returns
java.util.List of UpdateUnit build of the content of the
provider. |
List<UpdateUnit> |
UpdateManager.getUpdateUnits()
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. |
List<UpdateUnit> |
UpdateManager.getUpdateUnits(UpdateManager.TYPE... types)
Returns
java.util.List of UpdateUnit build on the top of
UpdateUnitProvider . |
Modifier and Type | Method and 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 and Description |
---|---|
void |
OperationContainer.add(Map<UpdateUnit,UpdateElement> elems)
Adds all
elems |
Built on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.