org.eclipse.osgi.service.resolver
Interface GenericDescription

All Superinterfaces:
BaseDescription

public interface GenericDescription
extends BaseDescription

A description of a generic capability.

Since:
3.2

Field Summary
static java.lang.String DEFAULT_TYPE
          The default type of generic capability.
 
Method Summary
 java.util.Dictionary getAttributes()
          Returns the arbitrary attributes for this description
 java.lang.String getType()
          Returns the type of generic description capability
 
Methods inherited from interface org.eclipse.osgi.service.resolver.BaseDescription
getName, getSupplier, getVersion
 

Field Detail

DEFAULT_TYPE

static final java.lang.String DEFAULT_TYPE
The default type of generic capability.

See Also:
Constant Field Values
Method Detail

getAttributes

java.util.Dictionary getAttributes()
Returns the arbitrary attributes for this description

Returns:
the arbitrary attributes for this description

getType

java.lang.String getType()
Returns the type of generic description capability

Returns:
the type of generic description capability