|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.core.enums.AbstractLabeledEnum org.springframework.core.enums.StaticLabeledEnum org.springframework.osgi.bundle.BundleAction
public class BundleAction
Enum-like class for the Bundle
actions supported
by BundleFactoryBean
.
Field Summary | |
---|---|
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. |
Fields inherited from interface org.springframework.core.enums.LabeledEnum |
---|
CODE_ORDER, DEFAULT_ORDER, LABEL_ORDER |
Method Summary |
---|
Methods inherited from class org.springframework.core.enums.StaticLabeledEnum |
---|
getCode, getLabel, readResolve, shortValue |
Methods inherited from class org.springframework.core.enums.AbstractLabeledEnum |
---|
compareTo, equals, getType, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |