Class VersionInfo


  • @Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class)
    @ProviderType
    public final class VersionInfo
    extends java.lang.Object
    Provides access to a list of OSGi bundles present in the system. The list can be filtered by a regex on the symbolic name, either defined as property on the page component or in the page properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PN_FILTER_REGEX
      Property name to define the regex for the symbolic name.
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<BundleInfo> getBundles()  
      • Methods inherited from class java.lang.Object

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

      • PN_FILTER_REGEX

        public static final java.lang.String PN_FILTER_REGEX
        Property name to define the regex for the symbolic name.
        See Also:
        Constant Field Values
    • Constructor Detail

      • VersionInfo

        public VersionInfo()
    • Method Detail

      • getBundles

        public java.util.Collection<BundleInfo> getBundles()