public interface GenericSpecification extends VersionConstraint
Modifier and Type | Field and Description |
---|---|
static int |
RESOLUTION_MULTIPLE
The multiple resolution type
|
static int |
RESOLUTION_OPTIONAL
The optional resolution type
|
Modifier and Type | Method and Description |
---|---|
String |
getMatchingFilter()
Returns a matching filter used to match with a suppliers attributes
|
int |
getResolution()
Returns the resolution type of the required capability.
|
GenericDescription[] |
getSuppliers()
Returns the suppliers of the capability.
|
String |
getType()
Returns the type of generic specification
|
getBundle, getName, getRequirement, getSupplier, getUserObject, getVersionRange, isResolved, isSatisfiedBy, setUserObject
static final int RESOLUTION_OPTIONAL
getResolution()
,
Constant Field Valuesstatic final int RESOLUTION_MULTIPLE
getResolution()
,
Constant Field ValuesString getMatchingFilter()
String getType()
int getResolution()
RESOLUTION_OPTIONAL
and/or the multiple bit RESOLUTION_MULTIPLE
set.GenericDescription[] getSuppliers()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.