Uses of Interface
org.jboss.dna.graph.connector.path.PathRepositorySource

Packages that use PathRepositorySource
org.jboss.dna.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.jboss.dna.connector.meta.jdbc   
org.jboss.dna.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
org.jboss.dna.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.jboss.dna.connector.filesystem
 

Classes in org.jboss.dna.connector.filesystem that implement PathRepositorySource
 class FileSystemSource
          The RepositorySource for the connector that exposes an area of the local file system as content in a repository.
 

Uses of PathRepositorySource in org.jboss.dna.connector.meta.jdbc
 

Classes in org.jboss.dna.connector.meta.jdbc that implement PathRepositorySource
 class JdbcMetadataSource
           
 

Uses of PathRepositorySource in org.jboss.dna.connector.svn
 

Classes in org.jboss.dna.connector.svn that implement PathRepositorySource
 class SvnRepositorySource
          The RepositorySource for the connector that exposes an area of the local/remote svn repository as content in a repository.
 

Uses of PathRepositorySource in org.jboss.dna.graph.connector.path
 

Classes in org.jboss.dna.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.jboss.dna.graph.connector.path with parameters of type PathRepositorySource
PathRepositoryConnection(PathRepositorySource source, PathRepository repository)
           
WritablePathRepository(PathRepositorySource source)
           
 



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