se.datadosen.jalbum
Class RemoteFileImpl

java.lang.Object
  extended by RemoteFile
      extended by se.datadosen.jalbum.RemoteFileImpl

public class RemoteFileImpl
extends RemoteFile


Field Summary
protected  boolean directory
           
protected  java.lang.String fullPath
           
protected  boolean link
           
 
Constructor Summary
RemoteFileImpl(java.io.File f, java.io.File root)
           
RemoteFileImpl(java.lang.String fullPath)
           
RemoteFileImpl(java.lang.String fullPath, long size, long modificationDate)
           
RemoteFileImpl(java.lang.String dir, RemoteFile rf)
           
 
Method Summary
 java.lang.String getFullPath()
           
 boolean isDirectory()
           
 boolean isFile()
           
 boolean isLink()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullPath

protected java.lang.String fullPath

directory

protected boolean directory

link

protected boolean link
Constructor Detail

RemoteFileImpl

public RemoteFileImpl(java.io.File f,
                      java.io.File root)

RemoteFileImpl

public RemoteFileImpl(java.lang.String fullPath)

RemoteFileImpl

public RemoteFileImpl(java.lang.String fullPath,
                      long size,
                      long modificationDate)

RemoteFileImpl

public RemoteFileImpl(java.lang.String dir,
                      RemoteFile rf)
Method Detail

getFullPath

public java.lang.String getFullPath()

isFile

public boolean isFile()

isDirectory

public boolean isDirectory()

isLink

public boolean isLink()