|
org.netbeans.modules.autoupdate.services 1.20.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateUnit | |
---|---|
org.netbeans.api.autoupdate | Services for searching, downloading and installing NBM with new functionality or updates of installed modules. |
Uses of UpdateUnit in org.netbeans.api.autoupdate |
---|
Methods in org.netbeans.api.autoupdate that return UpdateUnit | |
---|---|
UpdateUnit |
OperationContainer.OperationInfo.getUpdateUnit()
|
UpdateUnit |
UpdateElement.getUpdateUnit()
Returns UpdateUnit where is this UpdateElement contained. |
Methods in org.netbeans.api.autoupdate that return types with arguments of type UpdateUnit | |
---|---|
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 . |
Methods in org.netbeans.api.autoupdate with parameters of type UpdateUnit | |
---|---|
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 ) |
Method parameters in org.netbeans.api.autoupdate with type arguments of type UpdateUnit | |
---|---|
void |
OperationContainer.add(Map<UpdateUnit,UpdateElement> elems)
Adds all elems |
|
org.netbeans.modules.autoupdate.services 1.20.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |