Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.pepperview.util
Class Util  view Util download Util.java

java.lang.Object
  extended bycom.pepperview.util.Util

public class Util
extends java.lang.Object

Utilities


Constructor Summary
Util()
           
 
Method Summary
static void copyFile(java.io.File source, java.io.File target)
          Copy a file
static void moveFile(java.io.File source, java.io.File target)
          Move a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

copyFile

public static void copyFile(java.io.File source,
                            java.io.File target)
                     throws java.io.IOException
Copy a file

Since:

moveFile

public static void moveFile(java.io.File source,
                            java.io.File target)
                     throws java.io.IOException
Move a file

Since: