Uses of Class
org.eclipse.osgi.service.resolver.StateWire

Packages that use StateWire
org.eclipse.osgi.internal.resolver   
org.eclipse.osgi.service.resolver   
 

Uses of StateWire in org.eclipse.osgi.internal.resolver
 

Methods in org.eclipse.osgi.internal.resolver that return types with arguments of type StateWire
 Map<String,List<StateWire>> BundleDescriptionImpl.getWires()
           
 

Method parameters in org.eclipse.osgi.internal.resolver with type arguments of type StateWire
 void StateImpl.resolveBundle(BundleDescription bundle, boolean status, BundleDescription[] hosts, ExportPackageDescription[] selectedExports, ExportPackageDescription[] substitutedExports, GenericDescription[] selectedCapabilities, BundleDescription[] resolvedRequires, ExportPackageDescription[] resolvedImports, GenericDescription[] resolvedCapabilities, Map<String,List<StateWire>> resolvedWires)
           
 void ReadOnlyState.resolveBundle(BundleDescription bundle, boolean status, BundleDescription[] hosts, ExportPackageDescription[] selectedExports, ExportPackageDescription[] substitutedExports, GenericDescription[] selectedCapabilities, BundleDescription[] resolvedRequires, ExportPackageDescription[] resolvedImports, GenericDescription[] resolvedCapabilities, Map<String,List<StateWire>> resolvedRequirements)
           
protected  void BundleDescriptionImpl.setStateWires(Map<String,List<StateWire>> stateWires)
           
 

Uses of StateWire in org.eclipse.osgi.service.resolver
 

Method parameters in org.eclipse.osgi.service.resolver with type arguments of type StateWire
 void State.resolveBundle(BundleDescription bundle, boolean status, BundleDescription[] hosts, ExportPackageDescription[] selectedExports, ExportPackageDescription[] substitutedExports, GenericDescription[] selectedCapabilities, BundleDescription[] resolvedRequires, ExportPackageDescription[] resolvedImports, GenericDescription[] resolvedCapabilities, Map<String,List<StateWire>> resolvedWires)
          Sets whether or not the given bundle is selected in this state.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.