Uses of Class
org.modeshape.graph.connector.base.AbstractRepositorySource

Packages that use AbstractRepositorySource
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 The classes that make up the connector that accesses the database schema metadata exposed by JDBC drivers for existing relational databases. 
org.modeshape.connector.svn The classes that make up the connector that accesses content from an SVN repository. 
 

Uses of AbstractRepositorySource in org.modeshape.connector.filesystem
 

Subclasses of AbstractRepositorySource in org.modeshape.connector.filesystem
 class FileSystemSource
          The RepositorySource for the connector that exposes an area of the local file system as content in a repository.
 

Uses of AbstractRepositorySource in org.modeshape.connector.meta.jdbc
 

Subclasses of AbstractRepositorySource in org.modeshape.connector.meta.jdbc
 class JdbcMetadataSource
           
 

Uses of AbstractRepositorySource in org.modeshape.connector.svn
 

Subclasses of AbstractRepositorySource in org.modeshape.connector.svn
 class SvnRepositorySource
          The RepositorySource for the connector that exposes an area of the local/remote svn repository as content in a repository.
 



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