|
org.netbeans.modules.autoupdate.services 1.2 | |||||||||
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 |
UpdateElement.getUpdateUnit()
Returns UpdateUnit where is this UpdateElement contained. |
UpdateUnit |
OperationContainer.OperationInfo.getUpdateUnit()
|
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)
|
boolean |
OperationContainer.canBeAdded(UpdateUnit updateUnit,
UpdateElement updateElement)
|
Method parameters in org.netbeans.api.autoupdate with type arguments of type UpdateUnit | |
---|---|
void |
OperationContainer.add(Map<UpdateUnit,UpdateElement> elems)
|
|
org.netbeans.modules.autoupdate.services 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |