|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.Map<java.lang.String,java.util.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,
java.util.Map<java.lang.String,java.util.List<StateWire>> resolvedWires)
|
void |
ReadOnlyState.resolveBundle(BundleDescription bundle,
boolean status,
BundleDescription[] hosts,
ExportPackageDescription[] selectedExports,
ExportPackageDescription[] substitutedExports,
GenericDescription[] selectedCapabilities,
BundleDescription[] resolvedRequires,
ExportPackageDescription[] resolvedImports,
GenericDescription[] resolvedCapabilities,
java.util.Map<java.lang.String,java.util.List<StateWire>> resolvedRequirements)
|
protected void |
BundleDescriptionImpl.setStateWires(java.util.Map<java.lang.String,java.util.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,
java.util.Map<java.lang.String,java.util.List<StateWire>> resolvedWires)
Sets whether or not the given bundle is selected in this state. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||