| Package | Description |
|---|---|
| com.kumuluz.ee.common.dependencies | |
| com.kumuluz.ee.common.runtime | |
| com.kumuluz.ee.common.wrapper |
| Modifier and Type | Method and Description |
|---|---|
static EeComponentType |
EeComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EeComponentType[] |
EeComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EeComponentType |
EeRuntimeComponent.getType() |
| Constructor and Description |
|---|
EeRuntimeComponent(EeComponentType type,
String implementationName) |
| Modifier and Type | Method and Description |
|---|---|
EeComponentType[] |
KumuluzServerWrapper.getProvidedEeComponents() |
EeComponentType |
EeComponentWrapper.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
KumuluzServerWrapper.setProvidedEeComponents(EeComponentType[] providedEeComponents) |
void |
EeComponentWrapper.setType(EeComponentType type) |
| Constructor and Description |
|---|
EeComponentWrapper(Component component,
String name,
EeComponentType type,
EeComponentDependency[] dependencies,
EeComponentOptional[] optionalDependencies) |
KumuluzServerWrapper(KumuluzServer server,
String name,
EeComponentType[] providedEeComponents) |
Copyright © 2015–2020. All rights reserved.