Class ExtensionTemplateDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.cdi.runtime.dto.template.ExtensionTemplateDTO
public class ExtensionTemplateDTO
extends org.osgi.dto.DTO
Models an extension dependency of the
ContainerDTO
- Author:
- $Id: b397dbd7a7bbe621170ef0fbdedf271a5cde72a8 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe service filter used for finding the extension service. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
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()
-