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

Packages that use AbstractRepositorySource
org.modeshape.connector.disk The classes that make up the connector that stores content in a ModeShape-specific format on fixed disk. 
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. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
 

Uses of AbstractRepositorySource in org.modeshape.connector.disk
 

Subclasses of AbstractRepositorySource in org.modeshape.connector.disk
 class DiskSource
          A repository source that uses a uses a disk to store arbitrary content.
 

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.
 

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

Subclasses of AbstractRepositorySource in org.modeshape.graph.connector.base
 class AbstractNodeCachingRepositorySource<KeyType,NodeType extends Node>
           
 



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