Uses of Interface
org.modeshape.graph.connector.base.BaseRepositorySource

Packages that use BaseRepositorySource
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.infinispan The classes that make up the connector that stores content in a deployed instance of Infinispan. 
org.modeshape.connector.jbosscache The classes that make up the connector that stores content in a JBoss Cache instance. 
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. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
 

Uses of BaseRepositorySource in org.modeshape.connector.filesystem
 

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

Uses of BaseRepositorySource in org.modeshape.connector.infinispan
 

Classes in org.modeshape.connector.infinispan that implement BaseRepositorySource
 class InfinispanSource
          A repository source that uses an Infinispan instance to manage the content.
 

Uses of BaseRepositorySource in org.modeshape.connector.jbosscache
 

Classes in org.modeshape.connector.jbosscache that implement BaseRepositorySource
 class JBossCacheSource
          A repository source that uses a JBoss Cache instance to manage the content.
 

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

Classes in org.modeshape.connector.meta.jdbc that implement BaseRepositorySource
 class JdbcMetadataSource
           
 

Uses of BaseRepositorySource in org.modeshape.connector.svn
 

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

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

Classes in org.modeshape.graph.connector.base that implement BaseRepositorySource
 class AbstractRepositorySource
          Basic implementation of BaseRepositorySource, providing default implementations of the accessors and mutators in that interface.
 

Fields in org.modeshape.graph.connector.base declared as BaseRepositorySource
protected  BaseRepositorySource Repository.source
           
 

Constructors in org.modeshape.graph.connector.base with parameters of type BaseRepositorySource
Connection(BaseRepositorySource source, Repository<NodeType,WorkspaceType> repository)
           
Repository(BaseRepositorySource source)
          Creates a MapRepository with the given repository source name, root node UUID, and a default workspace with the given name.
 

Uses of BaseRepositorySource in org.modeshape.graph.connector.inmemory
 

Classes in org.modeshape.graph.connector.inmemory that implement BaseRepositorySource
 class InMemoryRepositorySource
          A RepositorySource for an in-memory repository.
 



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