Searched refs:getBundle (Results 1 – 12 of 12) sorted by relevance
58 BundleContext context = mPlugin.getBundle().getBundleContext(); in getService()63 public static Bundle getBundle(String id) { in getBundle() method in Activator64 for (Bundle bundle : mPlugin.getBundle().getBundleContext().getBundles()) { in getBundle()81 return FileLocator.find(mPlugin.getBundle(), path, null); in findFile()
32 Bundle b = Platform.getBundle(ADT_PLUGIN_ID); in isAdtInstalled()38 Bundle b = Platform.getBundle(ECLIPSE_PLATFORM_PLUGIN_ID); in getPlatformVersion()
50 Enumeration<?> entries = plugin.getBundle().findEntries("/", "*.class", true); in addTestCases()
64 throw new CoreException(new Status(IStatus.ERROR, AdtPlugin.getDefault().getBundle() in getContents()
149 Bundle bundle = Platform.getBundle("org.junit"); //$NON-NLS-1$ in getJunitJarLocation()
85 Bundle bundle = Activator.getBundle(template.getTemplateInfo().getPluginId()); in process()
124 String versionString = (String) plugin.getBundle().getHeaders().get( in checkVersion()
319 String version = (String) plugin.getBundle().getHeaders().get(Constants.BUNDLE_VERSION); in getVersion()
527 Bundle bundle = Platform.getBundle(bundleId);
1085 … sEclipse4 = Platform.getBundle("org.eclipse.e4.ui.model.workbench") != null; //$NON-NLS-1$
854 bundle = sPlugin.getBundle();
1214 String versionString = (String) AdtPlugin.getDefault().getBundle().getHeaders().get( in validateTemplate()