org.neo4j.server.plugins
Class PluginPoint
java.lang.Object
org.neo4j.server.plugins.PluginPoint
public abstract class PluginPoint
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginPoint
protected PluginPoint(Class<?> type,
String name,
String description)
PluginPoint
protected PluginPoint(Class<?> type,
String name)
name
public final String name()
forType
public final Class<?> forType()
getDescription
public String getDescription()
invoke
public abstract Representation invoke(AbstractGraphDatabase graphDb,
Object context,
ParameterList params)
throws BadInputException,
BadPluginInvocationException,
PluginInvocationFailureException
- Throws:
BadInputException
BadPluginInvocationException
PluginInvocationFailureException
describeParameters
protected void describeParameters(ParameterDescriptionConsumer consumer)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.