webfunds.client
Class StoreChanger

java.lang.Object
  |
  +--webfunds.client.StoreChanger

public class StoreChanger
extends java.lang.Object


Constructor Summary
StoreChanger()
           
 
Method Summary
static void change(Store old, Store last)
          Copies contents of "data" to "data2".
static void changeR(Store old, Store last)
          Copies all contents - files and directories - from old to "last." Static method only, perhaps could be in Store.java?
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreChanger

public StoreChanger()
Method Detail

change

public static void change(Store old,
                          Store last)
                   throws StoreException
Copies contents of "data" to "data2". Static method only, perhaps could be in Store.java?

changeR

public static void changeR(Store old,
                           Store last)
                    throws StoreException
Copies all contents - files and directories - from old to "last." Static method only, perhaps could be in Store.java?

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception