org.jboss.dna.connector.filesystem
Class FileSystemRepository

java.lang.Object
  extended by org.jboss.dna.graph.connector.path.PathRepository
      extended by org.jboss.dna.graph.connector.path.WritablePathRepository
          extended by org.jboss.dna.connector.filesystem.FileSystemRepository

public class FileSystemRepository
extends WritablePathRepository

Implementation of WritablePathRepository that provides access to an underlying file system. This repository only natively supports nodes of primary types nt:folder, nt:file, and dna:resource, although the CustomPropertiesFactory allows for the addition of mixin types to any and all primary types.


Nested Class Summary
 class FileSystemRepository.FileSystemWorkspace
          Writable workspace implementation for file system-backed workspaces
 
Constructor Summary
FileSystemRepository(FileSystemSource source)
           
 
Method Summary
 WorkspaceCache getCache(String workspaceName)
           
 
Methods inherited from class org.jboss.dna.graph.connector.path.WritablePathRepository
createWorkspace, createWorkspace, destroyWorkspace, isWritable
 
Methods inherited from class org.jboss.dna.graph.connector.path.PathRepository
getRootNodeUuid, getSourceName, getWorkspace, getWorkspaceNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemRepository

public FileSystemRepository(FileSystemSource source)
Method Detail

getCache

public WorkspaceCache getCache(String workspaceName)


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