Registry / utility / org-netbeans-modules-autoupdate-services

org-netbeans-modules-autoupdate-services

JSON →
libraryRELEASE290javamavenunverified

Apache NetBeans module providing services for automatic updates and plugin management within the IDE.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-netbeans-modules-autoupdate-services</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-NETBEANS-MODUL
O
org-netbeans-modules-autoupdate-services
utilityjavavRELEASE290
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UpdateManager
org.netbeans.modules.autoupdate.services.UpdateManager

Lists available updates using NetBeans UpdateManager.

import org.netbeans.modules.autoupdate.services.UpdateManager; import org.netbeans.api.autoupdate.UpdateElement; public class CheckUpdates { public static void main(String[] args) { UpdateManager mgr = UpdateManager.getDefault(); for (UpdateElement elem : mgr.getUpdateElements()) { System.out.println(elem.getDisplayName()); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-netbeans-modules-autoupdate-services — mvn dependency:get org-netbeans-modules-autoupdate-services · libregistry