IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}
Code BEAM tickets are now available
-
Hi everyone!
We're excited to announce that *Code BEAM Europe 2026* is officially on the
horizon!
*Grab your Early Bird Ticket Here!*
Whether you're d...
1 week ago


No comments:
Post a Comment