public class BundleAction
extends org.springframework.core.enums.StaticLabeledEnum
Bundle actions supported by BundleFactoryBean.| Modifier and Type | Field and Description |
|---|---|
static BundleAction |
INSTALL
Install bundle.
|
static BundleAction |
START
Start bundle.
|
static BundleAction |
STOP
Stop bundle.
|
static BundleAction |
UNINSTALL
Uninstall bundle.
|
static BundleAction |
UPDATE
Update bundle.
|
public static final BundleAction INSTALL
START and UPDATE in case no bundle is found in the
existing OSGi BundleContext.BundleContext.installBundle(String)public static final BundleAction START
Bundle.start()public static final BundleAction UPDATE
Bundle.update()public static final BundleAction STOP
Bundle.stop()public static final BundleAction UNINSTALL
Bundle.uninstall()Copyright © 2006–2013. All rights reserved.