FTP-Server API

server.services
Class FileSystem

java.lang.Object
  |
  +--server.services.FileSystem

public class FileSystem
extends Object


Field Summary
 BigBrother bb
           
 File curDir
           
 String curStr
           
 
Constructor Summary
FileSystem(XMLTag xml)
           
 
Method Summary
 boolean canList(File f)
           
 boolean canRead(File f)
           
 boolean canWrite(File f)
           
 boolean cdUp()
           
 File cwd(String place)
           
 Object[] getList()
           
 String getUnsuccessfullPath()
           
 boolean isRenameSet()
           
 String pwd()
           
 void renameFileFrom(File file)
           
 boolean renameFileTo(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curDir

public File curDir

curStr

public String curStr

bb

public BigBrother bb
Constructor Detail

FileSystem

public FileSystem(XMLTag xml)
Method Detail

renameFileFrom

public void renameFileFrom(File file)

isRenameSet

public boolean isRenameSet()

renameFileTo

public boolean renameFileTo(File file)

pwd

public String pwd()

cwd

public File cwd(String place)

getUnsuccessfullPath

public String getUnsuccessfullPath()

cdUp

public boolean cdUp()

canWrite

public boolean canWrite(File f)

canRead

public boolean canRead(File f)

canList

public boolean canList(File f)

getList

public Object[] getList()

FTP-Server API