@Deprecated public final class DefaultPluginManager extends Object implements PluginManager
Constructor and Description |
---|
DefaultPluginManager(LogProvider logProvider)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExtensionPointRepresentation |
describe(String name,
Class<?> type,
String method)
Deprecated.
|
List<ExtensionPointRepresentation> |
describeAll(String name)
Deprecated.
|
Set<String> |
extensionNames()
Deprecated.
|
Map<String,List<String>> |
getExensionsFor(Class<?> type)
Deprecated.
|
<T> Representation |
invoke(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb,
String name,
Class<T> type,
String method,
T context,
ParameterList params)
Deprecated.
|
@Deprecated public DefaultPluginManager(LogProvider logProvider)
@Deprecated public Map<String,List<String>> getExensionsFor(Class<?> type)
getExensionsFor
in interface ExtensionInjector
@Deprecated public ExtensionPointRepresentation describe(String name, Class<?> type, String method) throws PluginLookupException
describe
in interface PluginInvocator
PluginLookupException
@Deprecated public List<ExtensionPointRepresentation> describeAll(String name) throws PluginLookupException
describeAll
in interface PluginInvocator
PluginLookupException
@Deprecated public <T> Representation invoke(org.neo4j.kernel.internal.GraphDatabaseAPI graphDb, String name, Class<T> type, String method, T context, ParameterList params) throws PluginLookupException, BadInputException, PluginInvocationFailureException, BadPluginInvocationException
invoke
in interface PluginInvocator
PluginLookupException
BadInputException
PluginInvocationFailureException
BadPluginInvocationException
@Deprecated public Set<String> extensionNames()
extensionNames
in interface PluginInvocator
Copyright © 2023. All rights reserved.