public abstract class KernelExtensionFactory<DEPENDENCIES> extends Service
Service.CaseInsensitiveService, Service.Implementation| 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() |
public Class getSettingsClass()
public abstract Lifecycle newKernelExtension(DEPENDENCIES dependencies) throws Throwable
dependencies - ThrowableCopyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.