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

Packages that use PathWorkspace
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 PathWorkspace in org.modeshape.connector.svn
 

Subclasses of PathWorkspace in org.modeshape.connector.svn
 class SvnWorkspace
          Workspace implementation for SVN repository connector
 

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

Classes in org.modeshape.graph.connector.base with type parameters of type PathWorkspace
 class PathTransaction<NodeType extends PathNode,WorkspaceType extends PathWorkspace<NodeType>>
          An implementation of Transaction that maintains a cache of nodes by their path.
 

Constructors in org.modeshape.graph.connector.base with parameters of type PathWorkspace
PathWorkspace(String name, PathWorkspace<NodeType> originalToClone)
          Create a new instance of the workspace.
 



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