Class ExtensionTemplateDTO


  • public class ExtensionTemplateDTO
    extends org.osgi.dto.DTO
    Models an extension dependency of the ContainerDTO
    Author:
    $Id: b397dbd7a7bbe621170ef0fbdedf271a5cde72a8 $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String serviceFilter
      The service filter used for finding the extension service.
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serviceFilter

        public java.lang.String 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 to serviceFilter.

        Must not be null.

    • Constructor Detail

      • ExtensionTemplateDTO

        public ExtensionTemplateDTO()