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

Packages that use AbstractNodeCachingRepositorySource
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. 
 

Uses of AbstractNodeCachingRepositorySource in org.modeshape.connector.disk
 

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

Uses of AbstractNodeCachingRepositorySource in org.modeshape.connector.filesystem
 

Subclasses of AbstractNodeCachingRepositorySource 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 AbstractNodeCachingRepositorySource in org.modeshape.connector.meta.jdbc
 

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

Uses of AbstractNodeCachingRepositorySource in org.modeshape.connector.svn
 

Subclasses of AbstractNodeCachingRepositorySource 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-2012 JBoss, a division of Red Hat. All Rights Reserved.