|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.scrplugin.helper.ComponentContainer
public class ComponentContainer
A ComponentContainer contains all relevant information
about a component:
- the class descriptor
- the component descriptor
- the service descriptor
- reference descriptors
- property descriptors
| Constructor Summary | |
|---|---|
ComponentContainer(ClassDescription classDescription,
ComponentDescription componentDescription)
Create a new component container |
|
| Method Summary | |
|---|---|
ClassDescription |
getClassDescription()
Get the class description |
ComponentDescription |
getComponentDescription()
Get the component description |
MetatypeContainer |
getMetatypeContainer()
|
java.util.Map<java.lang.String,PropertyDescription> |
getProperties()
Get all properties. |
java.util.Map<java.lang.String,ReferenceDescription> |
getReferences()
Get all references. |
ServiceDescription |
getServiceDescription()
Get the service description. |
void |
setMetatypeContainer(MetatypeContainer ocd)
|
void |
setServiceDescription(ServiceDescription serviceDescription)
Set the service description |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentContainer(ClassDescription classDescription,
ComponentDescription componentDescription)
classDescription - Class descriptioncomponentDescription - Component description| Method Detail |
|---|
public ClassDescription getClassDescription()
public ComponentDescription getComponentDescription()
public java.util.Map<java.lang.String,ReferenceDescription> getReferences()
public java.util.Map<java.lang.String,PropertyDescription> getProperties()
public ServiceDescription getServiceDescription()
nullpublic void setServiceDescription(ServiceDescription serviceDescription)
serviceDescription - The new service descriptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic MetatypeContainer getMetatypeContainer()
public void setMetatypeContainer(MetatypeContainer ocd)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||