org.mule.providers.ftp.server
Class UploadFile

java.lang.Object
  extended by org.mule.providers.ftp.server.Named
      extended by org.mule.providers.ftp.server.File
          extended by org.mule.providers.ftp.server.UploadFile

public class UploadFile
extends File


Field Summary
 
Fields inherited from class org.mule.providers.ftp.server.Named
logger
 
Constructor Summary
UploadFile(String name, ServerState state)
           
 
Method Summary
 OutputStream createOutputStream(long offset)
           
 
Methods inherited from class org.mule.providers.ftp.server.File
isDirectory, isFile, listFiles
 
Methods inherited from class org.mule.providers.ftp.server.Named
createInputStream, 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

UploadFile

public UploadFile(String name,
                  ServerState state)
Method Detail

createOutputStream

public OutputStream createOutputStream(long offset)
                                throws IOException
Overrides:
createOutputStream in class Named
Throws:
IOException


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