net.sourceforge.plantuml.ftp
Class FtpServer
java.lang.Object
net.sourceforge.plantuml.ftp.FtpServer
public class FtpServer
- extends Object
Constructor Summary |
FtpServer(int listenPort)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpServer
public FtpServer(int listenPort)
getFreePort
public int getFreePort()
go
public void go()
throws IOException
- Throws:
IOException
getIpServer
public String getIpServer()
getFtpConnexion
public FtpConnexion getFtpConnexion(String user)
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
processImage
public void processImage(FtpConnexion connexion,
String name)
getCharset
public final String getCharset()
Copyright © 2012. All Rights Reserved.