| 
 | |||||||||
| 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
              |
              +--org.jutil.java.io.File
Deprecated
A class that acts as an extension of java.io.File.
 
 
| Fields inherited from class java.io.File | 
| pathSeparator, pathSeparatorChar, separator, separatorChar | 
| Constructor Summary | |
| File(java.io.File parent,
     java.lang.String child)Deprecated. Initialize a new File using the given parent and child. | |
| File(java.lang.String pathname)Deprecated. Initialize a new File See java.io.File.File(File, String). | |
| File(java.lang.String parent,
     java.lang.String child)Deprecated. Initialize a new File See java.io.File.File(File, String). | |
| Methods inherited from class org.jutil.java.io.ExtendedFile | 
| copy, copyTo | 
| 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 File(java.io.File parent,
            java.lang.String child)
public File(java.lang.String pathname)
public File(java.lang.String parent,
            java.lang.String child)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||