|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.core.enums.AbstractLabeledEnum
org.springframework.core.enums.StaticLabeledEnum
org.springframework.osgi.service.exporter.support.AutoExport
public abstract class AutoExport
Enum-like class indicatin class exporters available to
OsgiServiceFactoryBean for registering object as OSGi services.
| Field Summary | |
|---|---|
static AutoExport |
ALL_CLASSES
Export every class, inherited or implemented by the given target. |
static AutoExport |
CLASS_HIERARCHY
Export the class hierarchy (all classes inherited by the given target excluding Object.class) |
static AutoExport |
DISABLED
Do not export anything |
static AutoExport |
INTERFACES
Export all interfaces (and their hierarchy) implemented by the given class |
| 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 AutoExport DISABLED
public static final AutoExport INTERFACES
public static final AutoExport CLASS_HIERARCHY
public static final AutoExport ALL_CLASSES
CLASS_HIERARCHY + INTERFACES
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||