public class GenericDescriptionImpl extends BaseDescriptionImpl implements GenericDescription
monitor
DEFAULT_TYPE
Constructor and Description |
---|
GenericDescriptionImpl() |
GenericDescriptionImpl(BundleDescription host,
GenericDescription fragmentDeclaration) |
Modifier and Type | Method and Description |
---|---|
Dictionary<String,Object> |
getAttributes()
Returns the arbitrary attributes for this description
|
Map<String,Object> |
getDeclaredAttributes()
Returns the attributes declared with the description.
|
Map<String,String> |
getDeclaredDirectives()
Returns the directives declared with the description.
|
BaseDescription |
getFragmentDeclaration() |
String |
getName()
Deprecated.
|
BundleDescription |
getSupplier()
Returns the bundle which supplies this base description
|
String |
getType()
Returns the type of generic description capability
|
Version |
getVersion()
Deprecated.
|
String |
toString() |
getCapability, getUserObject, setName, setUserObject, setVersion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCapability, getUserObject, setUserObject
public GenericDescriptionImpl()
public GenericDescriptionImpl(BundleDescription host, GenericDescription fragmentDeclaration)
public Dictionary<String,Object> getAttributes()
GenericDescription
getAttributes
in interface GenericDescription
public BundleDescription getSupplier()
BaseDescription
getSupplier
in interface BaseDescription
public String getName()
BaseDescription
getName
in interface BaseDescription
getName
in interface GenericDescription
getName
in class BaseDescriptionImpl
public String getType()
GenericDescription
getType
in interface GenericDescription
public Version getVersion()
BaseDescription
getVersion
in interface BaseDescription
getVersion
in interface GenericDescription
getVersion
in class BaseDescriptionImpl
public Map<String,String> getDeclaredDirectives()
BaseDescription
getDeclaredDirectives
in interface BaseDescription
public Map<String,Object> getDeclaredAttributes()
BaseDescription
getDeclaredAttributes
in interface BaseDescription
public BaseDescription getFragmentDeclaration()
getFragmentDeclaration
in class BaseDescriptionImpl
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.