Uses of Interface
org.modeshape.graph.connector.path.PathRepositorySource

Packages that use PathRepositorySource
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
 

Uses of PathRepositorySource in org.modeshape.graph.connector.path
 

Classes in org.modeshape.graph.connector.path that implement PathRepositorySource
 class AbstractPathRepositorySource
          Basic implementation of the trivial PathRepositorySource methods and the path repository cache life cycle.
 

Constructors in org.modeshape.graph.connector.path with parameters of type PathRepositorySource
PathRepository(PathRepositorySource source)
          Creates a PathRepository with the given repository source, root node UUID, and a default workspace with the given name.
PathRepositoryConnection(PathRepositorySource source, PathRepository repository)
           
WritablePathRepository(PathRepositorySource source)
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.