Uses of Package
org.modeshape.graph.connector.path

Packages that use org.modeshape.graph.connector.path
org.modeshape.connector.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
org.modeshape.connector.meta.jdbc   
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
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
org.modeshape.graph.connector.path.cache The PathRepositoryCache class and its supporting classes provide a standard caching mechanism for path-based repositories. 
 

Classes in org.modeshape.graph.connector.path used by org.modeshape.connector.filesystem
AbstractPathRepositorySource
          Basic implementation of the trivial PathRepositorySource methods and the path repository cache life cycle.
AbstractWritablePathWorkspace
          Implementation of some methods from WritablePathWorkspace to assist in the development of path-based connectors.
PathNode
          Basic interface for a read-only node in a path repository.
PathRepository
           
PathRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
PathWorkspace
           
WritablePathRepository
          Extension of PathRepository for repositories that support modification of nodes as well as access to the nodes.
WritablePathWorkspace
          Extension of PathWorkspace for repositories that support modification of nodes as well as access to the nodes.
 

Classes in org.modeshape.graph.connector.path used by org.modeshape.connector.meta.jdbc
AbstractPathRepositorySource
          Basic implementation of the trivial PathRepositorySource methods and the path repository cache life cycle.
PathRepository
           
PathRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
 

Classes in org.modeshape.graph.connector.path used by org.modeshape.connector.svn
AbstractPathRepositorySource
          Basic implementation of the trivial PathRepositorySource methods and the path repository cache life cycle.
PathRepository
           
PathRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
WritablePathRepository
          Extension of PathRepository for repositories that support modification of nodes as well as access to the nodes.
 

Classes in org.modeshape.graph.connector.path used by org.modeshape.graph.connector.path
PathNode
          Basic interface for a read-only node in a path repository.
PathRepository
           
PathRepositorySource
          An extension of the RepositorySource class that provides a cache policy and a repository context.
PathRepositoryTransaction
          A transaction for a PathRepository.
PathWorkspace
           
WritablePathWorkspace
          Extension of PathWorkspace for repositories that support modification of nodes as well as access to the nodes.
 

Classes in org.modeshape.graph.connector.path used by org.modeshape.graph.connector.path.cache
PathNode
          Basic interface for a read-only node in a path repository.
 



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