| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--java.io.File
        |
        +--org.jutil.java.io.ExtendedFile
A class that acts as an extension of java.io.File.
 
 
| Fields inherited from class java.io.File | 
| pathSeparator, pathSeparatorChar, separator, separatorChar | 
| Constructor Summary | |
| ExtendedFile(java.io.File parent,
             java.lang.String child)Initialize a new ExtendedFile using the given parent and child. | |
| ExtendedFile(java.lang.String pathname)Initialize a new ExtendedFile See java.io.File.File(File, String). | |
| ExtendedFile(java.lang.String parent,
             java.lang.String child)Initialize a new ExtendedFile See java.io.File.File(File, String). | |
| Method Summary | |
| static void | copy(java.io.File source,
     java.io.File destination)Copies the given source file to the given destination file. | 
|  void | copyTo(java.io.File destination)Copies this file to the given destination file. | 
| Methods inherited from class java.io.File | 
| canRead, canWrite, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, getPrefixLength, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURL | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public ExtendedFile(java.io.File parent,
                    java.lang.String child)
public ExtendedFile(java.lang.String pathname)
public ExtendedFile(java.lang.String parent,
                    java.lang.String child)
| Method Detail | 
public static void copy(java.io.File source,
                        java.io.File destination)
                 throws java.io.FileNotFoundException,
                        java.lang.SecurityException,
                        java.io.IOException
source - The source filedestination - The destination file
public void copyTo(java.io.File destination)
            throws java.io.FileNotFoundException,
                   java.lang.SecurityException,
                   java.io.IOException
destination - The destination file| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||