Uses of Enum Class
io.wcm.wcm.commons.bundleinfo.BundleState
Packages that use BundleState
Package
Description
Provides information about installed bundles and their state with an API that is easier to consume
than using the OSGi API directly.
-
Uses of BundleState in io.wcm.wcm.commons.bundleinfo
Methods in io.wcm.wcm.commons.bundleinfo that return BundleStateModifier and TypeMethodDescription@NotNull BundleStateBundleInfo.getState()static @NotNull BundleStateBundleState.valueOf(int stateValue) Returns the enum constant of this class with the specified name.static BundleStateReturns the enum constant of this class with the specified name.static BundleState[]BundleState.values()Returns an array containing the constants of this enum class, in the order they are declared.