Package | Description |
---|---|
org.apache.felix.scrplugin.description |
Modifier and Type | Class and Description |
---|---|
class |
ComponentDescription
ComponentDescription is a described component. |
class |
PropertyDescription
A
PropertyDescription describes a property
of a component. |
class |
ReferenceDescription
A
ReferenceDescription describes a reference
from a component to another service. |
class |
ServiceDescription
If a component is a service, the
ClassDescription should
contain a ServiceDescription . |
Modifier and Type | Method and Description |
---|---|
<T extends AbstractDescription> |
ClassDescription.getDescription(Class<T> descType)
Get the first description of that type
|
<T extends AbstractDescription> |
ClassDescription.getDescriptions(Class<T> descType)
Get all descriptions of that type.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractDescription |
AbstractDescription.clone() |
AbstractDescription |
ComponentDescription.clone() |
AbstractDescription |
PropertyDescription.clone() |
AbstractDescription |
ReferenceDescription.clone() |
AbstractDescription |
ServiceDescription.clone() |
Modifier and Type | Method and Description |
---|---|
void |
ClassDescription.add(AbstractDescription desc)
Add a new description
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.