Home
last modified time | relevance | path

Searched refs:BundleWireImpl (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DBundleDescriptionImpl.java1002 static class BundleWireImpl implements BundleWire { class in BundleDescriptionImpl
1008 public BundleWireImpl(StateWire wire) { in BundleWireImpl() method in BundleDescriptionImpl.BundleWireImpl
1046 if (!(obj instanceof BundleWireImpl)) in equals()
1048 BundleWireImpl other = (BundleWireImpl) obj; in equals()
1227 result.add(new BundleWireImpl(wire)); in getRequiredWires()
1237 result.add(new BundleWireImpl(wire)); in getRequiredWires()