org.mule.transport.ftp.server
Class File

java.lang.Object
  extended by org.mule.transport.ftp.server.Named
      extended by org.mule.transport.ftp.server.File
Direct Known Subclasses:
DownloadFile, UploadFile

public class File
extends Named


Field Summary
 
Fields inherited from class org.mule.transport.ftp.server.Named
logger
 
Constructor Summary
File(String name, ServerState state)
           
 
Method Summary
 boolean isDirectory()
           
 boolean isFile()
           
 FileObject[] listFiles()
           
 
Methods inherited from class org.mule.transport.ftp.server.Named
createInputStream, createOutputStream, delete, doesExist, getFullName, getGroupName, getLastModified, getLinkCount, getOwnerName, getShortName, getSize, getState, hasDeletePermission, hasReadPermission, hasWritePermission, isHidden, mkdir, move
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

File

public File(String name,
            ServerState state)
Method Detail

isDirectory

public boolean isDirectory()
Overrides:
isDirectory in class Named

isFile

public boolean isFile()

listFiles

public FileObject[] listFiles()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.