net.anotheria.moskito.central.storage.fs
Class FileSystemStorage

java.lang.Object
  extended by net.anotheria.moskito.central.storage.fs.FileSystemStorage
All Implemented Interfaces:
Storage

public class FileSystemStorage
extends Object
implements Storage

File system storage implementation.

Since:
22.03.13 14:14
Author:
lrosenberg

Constructor Summary
FileSystemStorage()
          Default constructor.
 
Method Summary
 void configure(String configurationName)
           
 void processSnapshot(Snapshot target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemStorage

public FileSystemStorage()
Default constructor.

Method Detail

configure

public void configure(String configurationName)
Specified by:
configure in interface Storage

processSnapshot

public void processSnapshot(Snapshot target)
Specified by:
processSnapshot in interface Storage


Copyright © 2010-2013 anotheria.net. All Rights Reserved.