|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NativeCodeSpecification
This class represents a native code specification. A native code specification is different from other specification constraints which typically are resolved against suppliers provided by other bundles. A native code specification supplies it own suppliers which are matched against the platform properties at resolve time and the supplier with the best match is selected.
This interface is not intended to be implemented by clients. The
StateObjectFactory
should be used to construct instances.
Method Summary | |
---|---|
NativeCodeDescription[] |
getPossibleSuppliers()
Returns the list of possible suppliers to this native code specification. |
boolean |
isOptional()
Returns whether or not this native code specification is optional. |
Methods inherited from interface org.eclipse.osgi.service.resolver.VersionConstraint |
---|
getBundle, getName, getSupplier, getVersionRange, isResolved, isSatisfiedBy |
Method Detail |
---|
NativeCodeDescription[] getPossibleSuppliers()
VersionConstraint.getSupplier()
.
boolean isOptional()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |