Package io.wcm.wcm.commons.bundleinfo
Interface BundleInfo
- All Superinterfaces:
Comparable<BundleInfo>
Provides meta-information about an bundle in the system.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getBundle
@NotNull @NotNull org.osgi.framework.Bundle getBundle()- Returns:
- OSGI bundle
-
getSymbolicName
- Returns:
- Bundle symbolic name
-
getName
- Returns:
- Bundle name (fallback to symbolic name if no name default)
-
getVersion
- Returns:
- Version string
-
getState
- Returns:
- Bundle state
-
getLastModified
- Returns:
- Last modified date
-
isFragment
boolean isFragment()- Returns:
- true if bundle is a fragment bundle
-