org.jumpmind.symmetric.fs.service.filesystem
Class FileSystemDirectorySpecSnapshotPersister

java.lang.Object
  extended by org.jumpmind.persist.AbstractJsonFileSystemPersister<DirectorySpecSnapshot,NodeDirectoryKey>
      extended by org.jumpmind.symmetric.fs.service.filesystem.FileSystemDirectorySpecSnapshotPersister
All Implemented Interfaces:
IPersister<DirectorySpecSnapshot,NodeDirectoryKey>, IDirectorySpecSnapshotPersister

public class FileSystemDirectorySpecSnapshotPersister
extends AbstractJsonFileSystemPersister<DirectorySpecSnapshot,NodeDirectoryKey>
implements IDirectorySpecSnapshotPersister


Field Summary
 
Fields inherited from class org.jumpmind.persist.AbstractJsonFileSystemPersister
directory
 
Constructor Summary
FileSystemDirectorySpecSnapshotPersister(String directory)
           
 
Method Summary
protected  String buildFileNameFor(NodeDirectoryKey key)
           
 
Methods inherited from class org.jumpmind.persist.AbstractJsonFileSystemPersister
close, delete, get, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jumpmind.persist.IPersister
get, save
 

Constructor Detail

FileSystemDirectorySpecSnapshotPersister

public FileSystemDirectorySpecSnapshotPersister(String directory)
Method Detail

buildFileNameFor

protected String buildFileNameFor(NodeDirectoryKey key)
Specified by:
buildFileNameFor in class AbstractJsonFileSystemPersister<DirectorySpecSnapshot,NodeDirectoryKey>


Copyright © 2012 JumpMind, Inc.. All Rights Reserved.