| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentName.getType() |
| Constructor and Description |
|---|
ComponentName(ComponentType type,
String name)
build ComponentName by component type and component name
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<ComponentType,Map<ComponentName,ComponentInfo>> |
ComponentManagerImpl.resolvedRegistry
container for resolved components
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentType> |
ComponentManagerImpl.getComponentTypes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentInfo> |
ComponentManagerImpl.getComponentInfosByType(ComponentType type) |
| Modifier and Type | Field and Description |
|---|---|
static ComponentType |
ExtensionComponent.EXTENSION_COMPONENT_TYPE |
static ComponentType |
ExtensionPointComponent.EXTENSION_POINT_COMPONENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ExtensionPointComponent.getType() |
ComponentType |
ExtensionComponent.getType() |
| Modifier and Type | Field and Description |
|---|---|
static ComponentType |
ReferenceComponent.REFERENCE_COMPONENT_TYPE |
static ComponentType |
ServiceComponent.SERVICE_COMPONENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ServiceComponent.getType() |
ComponentType |
ReferenceComponent.getType() |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ComponentInfo.getType()
get component type
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentType> |
ComponentManager.getComponentTypes()
get all component types in this manager
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentInfo> |
ComponentManager.getComponentInfosByType(ComponentType type)
get components by component type
|
| Modifier and Type | Method and Description |
|---|---|
static ComponentName |
ComponentNameFactory.createComponentName(ComponentType type,
Class<?> clazz)
create ComponentName by component type and class type
|
static ComponentName |
ComponentNameFactory.createComponentName(ComponentType type,
Class<?> clazz,
String uniqueId)
create ComponentName by component type,class type and unique id
|
static ComponentName |
ComponentNameFactory.createComponentName(ComponentType type,
String name)
create ComponentName by component type and component name
|
| Modifier and Type | Field and Description |
|---|---|
static ComponentType |
SpringContextComponent.SPRING_COMPONENT_TYPE |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
SpringContextComponent.getType() |
Copyright © 2021. All rights reserved.