Uses of Class
org.neo4j.server.plugins.PluginPoint

Packages that use PluginPoint
org.neo4j.server.plugins   
 

Uses of PluginPoint in org.neo4j.server.plugins
 

Methods in org.neo4j.server.plugins that return types with arguments of type PluginPoint
protected  Collection<PluginPoint> ServerPlugin.getDefaultExtensionPoints(org.neo4j.server.plugins.PluginPointFactory pluginPointFactory)
          Loads the extension points of this server extension.
 

Methods in org.neo4j.server.plugins with parameters of type PluginPoint
 void ServerExtender.addGraphDatabaseExtensions(PluginPoint plugin)
           
 void ServerExtender.addNodeExtensions(PluginPoint plugin)
           
 void ServerExtender.addRelationshipExtensions(PluginPoint plugin)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.