org.mycore.frontend.fileupload
Class MCRRemoteFile

java.lang.Object
  extended by java.io.File
      extended by org.mycore.frontend.fileupload.MCRRemoteFile
All Implemented Interfaces:
Serializable, Comparable<File>

public class MCRRemoteFile
extends File

See Also:
Serialized Form

Field Summary
(package private)  File f
           
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
MCRRemoteFile(String url, String pathname)
           
 
Method Summary
 
Methods inherited from class java.io.File
canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

f

File f
Constructor Detail

MCRRemoteFile

public MCRRemoteFile(String url,
                     String pathname)