xref: /aosp_15_r20/external/ow2-asm/asm-analysis/src/test/resources/Issue316204.class (revision 2835e6bb194a25e32dae2cc0628d8f988b82bfc0)
BundleStopper.java
package org.eclipse.core.runtime.internal.adaptor
public org.eclipse.core.runtime.internal.adaptor.BundleStopper extends java.lang.Object {
	private java.util.Hashtable stoppedBundles
	private org.eclipse.osgi.service.resolver.BundleDescription[] allToStop
	private org.osgi.framework.BundleContext context
	public void <init> (org.osgi.framework.BundleContext) 
		org.osgi.framework.BundleContext context
	private void logCycles (java.lang.Object[][]) 
		Object[][] cycles
		StringBuffer cycleText
		int i
		int j
		String message
		org.eclipse.osgi.framework.log.FrameworkLogEntry entry
	public void stopBundles () 
		org.eclipse.osgi.service.resolver.StateHelper stateHelper
		Object[][] cycles
	private void basicStopBundles () 
		int stoppingIndex
		org.eclipse.osgi.framework.internal.core.AbstractBundle toStop
		Exception e
		String message
		org.eclipse.osgi.framework.log.FrameworkLogEntry entry
	public boolean isStopped (org.osgi.framework.Bundle) 
		org.osgi.framework.Bundle bundle
}