Class MyFile

java.lang.Object
  |
  +--java.io.File
        |
        +--MyFile

public class MyFile
extends java.io.File

See Also:
Serialized Form

Field Summary
private  java.lang.String originalPath
           
 
Fields inherited from class java.io.File
counter, fs, path, pathSeparator, pathSeparatorChar, prefixLength, separator, separatorChar, serialVersionUID, tmpdir, tmpFileLock
 
Constructor Summary
(package private) MyFile(java.io.File file)
           
 
Method Summary
 java.lang.String getOriginalPath()
           
 
Methods inherited from class java.io.File
, canRead, canWrite, checkAndCreate, compareTo, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, generateFile, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, getPrefixLength, getTempDir, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, readObject, renameTo, setLastModified, setReadOnly, toString, toURL, writeObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

originalPath

private java.lang.String originalPath
Constructor Detail

MyFile

MyFile(java.io.File file)
Method Detail

getOriginalPath

public java.lang.String getOriginalPath()