org.eclipse.osgi.internal.resolver
Class GenericDescriptionImpl
java.lang.Object
org.eclipse.osgi.internal.resolver.GenericDescriptionImpl
- All Implemented Interfaces:
- BaseDescription, GenericDescription
public class GenericDescriptionImpl
- extends java.lang.Object
- implements GenericDescription
|
Field Summary |
protected java.lang.Object |
monitor
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
monitor
protected final java.lang.Object monitor
GenericDescriptionImpl
public GenericDescriptionImpl()
getAttributes
public java.util.Dictionary getAttributes()
- Description copied from interface:
GenericDescription
- Returns the arbitrary attributes for this description
- Specified by:
getAttributes in interface GenericDescription
- Returns:
- the arbitrary attributes for this description
getSupplier
public BundleDescription getSupplier()
- Description copied from interface:
BaseDescription
- Returns the bundle which supplies this base description
- Specified by:
getSupplier in interface BaseDescription
- Returns:
- the bundle which supplies this base description
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getType
public java.lang.String getType()
- Description copied from interface:
GenericDescription
- Returns the type of generic description capability
- Specified by:
getType in interface GenericDescription
- Returns:
- the type of generic description capability
getName
public java.lang.String getName()
- Description copied from interface:
BaseDescription
- Returns the name.
- Specified by:
getName in interface BaseDescription
- Returns:
- the name
getVersion
public Version getVersion()
- Description copied from interface:
BaseDescription
- Returns the version.
- Specified by:
getVersion in interface BaseDescription
- Returns:
- the version
setName
protected void setName(java.lang.String name)
setVersion
protected void setVersion(Version version)
Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.