net.sourceforge.plantuml.ftp
Class FtpConnexion

java.lang.Object
  extended by net.sourceforge.plantuml.ftp.FtpConnexion

public class FtpConnexion
extends Object


Constructor Summary
FtpConnexion(String user)
           
 
Method Summary
 void addIncoming(String fileName, String data)
           
 void delete(String fileName)
           
 byte[] getData(String fileName)
           
 Collection<String> getFiles()
           
 int getSize(String fileName)
           
 void processImage(String fileName)
           
 void removeOutgoing(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpConnexion

public FtpConnexion(String user)
Method Detail

addIncoming

public void addIncoming(String fileName,
                        String data)

removeOutgoing

public void removeOutgoing(String fileName)

getFiles

public Collection<String> getFiles()

getData

public byte[] getData(String fileName)

getSize

public int getSize(String fileName)

processImage

public void processImage(String fileName)
                  throws IOException
Throws:
IOException

delete

public void delete(String fileName)


Copyright © 2013. All Rights Reserved.