Neo4j Enterprise

org.neo4j.graphdb
Interface DependencyResolver


public interface DependencyResolver

Find a dependency given a type. This can be the exact type or a supertype of the actual dependency.


Method Summary
<T> T
resolveDependency(Class<T> type)
           
 

Method Detail

resolveDependency

<T> T resolveDependency(Class<T> type)
                    throws IllegalArgumentException
Throws:
IllegalArgumentException

Neo4j Enterprise

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