Class ExtensionTemplateDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.template.ExtensionTemplateDTO
Models an extension dependency of the
ContainerDTO
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionThe service filter used for finding the extension service. -
Constructor Summary
-
Method Summary
-
Field Details
-
serviceFilter
The service filter used for finding the extension service.The value must be associated to the
osgi.cdi
extender requirement whose 'extension
' attribute contains a value equal toserviceFilter
.Must not be
null
.
-
-
Constructor Details
-
ExtensionTemplateDTO
public ExtensionTemplateDTO()
-