railo.commons.io.res.type.ftp
Class FTPConnectionData

java.lang.Object
  extended by railo.commons.io.res.type.ftp.FTPConnectionData

public final class FTPConnectionData
extends Object


Field Summary
 String host
           
 String password
           
 int port
           
 String username
           
 
Constructor Summary
FTPConnectionData()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getProxypassword()
           
 int getProxyport()
           
 String getProxyserver()
           
 String getProxyuser()
           
 boolean hasProxyData()
           
 String key()
           
 String load(String path)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

username

public String username

password

public String password

host

public String host

port

public int port
Constructor Detail

FTPConnectionData

public FTPConnectionData()
Method Detail

load

public String load(String path)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

key

public String key()

hasProxyData

public boolean hasProxyData()

getProxypassword

public String getProxypassword()
Returns:
the proxypassword

getProxyport

public int getProxyport()
Returns:
the proxyport

getProxyserver

public String getProxyserver()
Returns:
the proxyserver

getProxyuser

public String getProxyuser()
Returns:
the proxyuser

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2012 Railo