Package | Description |
---|---|
org.eclipse.gemini.blueprint.blueprint.config.internal | |
org.eclipse.gemini.blueprint.config.internal | |
org.eclipse.gemini.blueprint.service.importer.support |
Support package for OSGi service imports.
|
Modifier and Type | Method and Description |
---|---|
protected CollectionType |
BlueprintCollectionBeanDefinitionParser.collectionType() |
Modifier and Type | Method and Description |
---|---|
protected abstract CollectionType |
CollectionBeanDefinitionParser.collectionType()
Hook used for indicating the main collection type (set/list) on which this parser applies.
|
Modifier and Type | Field and Description |
---|---|
static CollectionType |
CollectionType.LIST
Spring-managed list.
|
static CollectionType |
CollectionType.SET
Spring-managed set.
|
static CollectionType |
CollectionType.SORTED_LIST
Spring-managed sorted list.
|
static CollectionType |
CollectionType.SORTED_SET
Spring-managed sorted Set.
|
Modifier and Type | Method and Description |
---|---|
void |
OsgiServiceCollectionProxyFactoryBean.setCollectionType(CollectionType collectionType)
Sets the collection type this FactoryBean will produce.
|
Copyright © 2006–2016. All rights reserved.