Class BundleRevisionDTO


  • public class BundleRevisionDTO
    extends org.osgi.resource.dto.ResourceDTO
    Data Transfer Object for a BundleRevision.

    An installed Bundle can be adapted to provide a BundleRevisionDTO for the current revision of the Bundle. BundleRevisionDTO objects for all in use revisions of the Bundle can be obtained by adapting the bundle to BundleRevisionDTO[].

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long bundle
      The id of the bundle associated with the bundle revision.
      java.lang.String symbolicName
      The symbolic name of the bundle revision.
      int type
      The type of the bundle revision.
      java.lang.String version
      The version of the bundle revision.
      • Fields inherited from class org.osgi.resource.dto.ResourceDTO

        capabilities, id, requirements
    • 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