Modifier and Type | Method and Description |
---|---|
FactoryBuilder |
ExtensionDeclaration.getFactoryBuilder()
Gets the factory builder to use to create the factories bound to this extension.
|
Modifier and Type | Method and Description |
---|---|
DeclarationHandle |
DeclarationBuilderService.newExtension(java.lang.String name,
FactoryBuilder builder)
Declares a new extension (supports new types like component, composite, handler).
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveFactoryBuilder
An Factory builder using a reflective call to build the factory.
|
Modifier and Type | Method and Description |
---|---|
FactoryBuilder |
DefaultExtensionDeclaration.getFactoryBuilder() |
Constructor and Description |
---|
DefaultExtensionDeclaration(org.osgi.framework.BundleContext bundleContext,
FactoryBuilder factoryBuilder,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
DeclarationHandle |
DefaultDeclarationBuilderService.newExtension(java.lang.String name,
FactoryBuilder builder) |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.