|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionType | |
---|---|
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. |
Uses of CollectionType in org.eclipse.gemini.blueprint.blueprint.config.internal |
---|
Methods in org.eclipse.gemini.blueprint.blueprint.config.internal that return CollectionType | |
---|---|
protected CollectionType |
BlueprintCollectionBeanDefinitionParser.collectionType()
|
Uses of CollectionType in org.eclipse.gemini.blueprint.config.internal |
---|
Methods in org.eclipse.gemini.blueprint.config.internal that return CollectionType | |
---|---|
protected abstract CollectionType |
CollectionBeanDefinitionParser.collectionType()
Hook used for indicating the main collection type (set/list) on which this parser applies. |
Uses of CollectionType in org.eclipse.gemini.blueprint.service.importer.support |
---|
Fields in org.eclipse.gemini.blueprint.service.importer.support declared as CollectionType | |
---|---|
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. |
Methods in org.eclipse.gemini.blueprint.service.importer.support with parameters of type CollectionType | |
---|---|
void |
OsgiServiceCollectionProxyFactoryBean.setCollectionType(CollectionType collectionType)
Sets the collection type this FactoryBean will produce. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |