org.eclipse.mylar.tasks.tests
Class TaskTestUtil

java.lang.Object
  extended by org.eclipse.mylar.tasks.tests.TaskTestUtil

public class TaskTestUtil
extends java.lang.Object

Author:
Mik Kersten

Constructor Summary
TaskTestUtil()
           
 
Method Summary
static void copy(java.io.File source, java.io.File dest)
          Adaptred from Java Developers' almanac
static java.io.File getLocalFile(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTestUtil

public TaskTestUtil()
Method Detail

getLocalFile

public static java.io.File getLocalFile(java.lang.String path)

copy

public static void copy(java.io.File source,
                        java.io.File dest)
                 throws java.io.IOException
Adaptred from Java Developers' almanac

Throws:
java.io.IOException