public abstract class KernelExtensionFactory<DEPENDENCIES> extends Service
Service.CaseInsensitiveService, Service.Implementation
Modifier | Constructor and Description |
---|---|
protected |
KernelExtensionFactory(String key) |
Modifier and Type | Method and Description |
---|---|
Class |
getSettingsClass()
Return the class that contains GraphDatabaseSetting fields that define
the properties needed by this extension.
|
abstract Lifecycle |
newKernelExtension(DEPENDENCIES dependencies)
Create a new instance of this kernel extension.
|
String |
toString() |
protected KernelExtensionFactory(String key)
public Class getSettingsClass()
public abstract Lifecycle newKernelExtension(DEPENDENCIES dependencies) throws Throwable
dependencies
- Throwable
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.