consciouscode.util
Class SupportSnapshot

java.lang.Object
  extended by consciouscode.util.SupportSnapshot

public class SupportSnapshot
extends Object

Class documentation.


Constructor Summary
SupportSnapshot()
           
 
Method Summary
 String[] getPaths()
           
 void setPaths(String[] paths)
           
 void setSnapshotDirectory(String path)
           
 void takeSnapshot(String description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportSnapshot

public SupportSnapshot()
Method Detail

getPaths

public String[] getPaths()

setPaths

public void setPaths(String[] paths)

setSnapshotDirectory

public void setSnapshotDirectory(String path)

takeSnapshot

public void takeSnapshot(String description)
                  throws IOException
Throws:
IOException


Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.