Uses of Class
org.apache.sling.testing.clients.osgi.BundleInfo
-
Packages that use BundleInfo Package Description org.apache.sling.testing.clients.osgi OSGI testing tools. -
-
Uses of BundleInfo in org.apache.sling.testing.clients.osgi
Methods in org.apache.sling.testing.clients.osgi that return BundleInfo Modifier and Type Method Description BundleInfoBundlesInfo. forId(java.lang.String id)Return bundle info for a bundle with persistence identifierpidBundleInfoBundlesInfo. forName(java.lang.String name)Return bundle info for a bundle with namenameBundleInfoBundlesInfo. forSymbolicName(java.lang.String name)Return bundle info for a bundle with symbolic namenameBundleInfoOsgiConsoleClient. getBundleInfo(java.lang.String id, int... expectedStatus)Returns the wrapper for the bundle info json
-