Class FragmentHostDTO


  • public class FragmentHostDTO
    extends org.osgi.dto.DTO
    A representation a fragment host clause.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.String> arbitraryAttributes
      A map of arbitrary attributes.
      java.lang.String bundleSymbolicName
      The bundle symbolic name of the host.
      VersionRangeDTO bundleVersion
      The version range to select the host bundle.
      java.lang.String extension
      The extension type, framework or boot class path extension.
    • Constructor Summary

      Constructors 
      Constructor Description
      FragmentHostDTO()  
    • 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

      • bundleSymbolicName

        public java.lang.String bundleSymbolicName
        The bundle symbolic name of the host.

        Must not be null.

      • extension

        public java.lang.String extension
        The extension type, framework or boot class path extension.

        If it is not specified this field must be set to the default value.

      • bundleVersion

        public VersionRangeDTO bundleVersion
        The version range to select the host bundle.

        If it is not specified this field must be set to the default value.

      • arbitraryAttributes

        public java.util.Map<java.lang.String,​java.lang.String> arbitraryAttributes
        A map of arbitrary attributes.

        If it is not specified this field must be empty.

    • Constructor Detail

      • FragmentHostDTO

        public FragmentHostDTO()