Class FtpTransport
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,String>
-
- com.openindex.openestate.tool.agency.export.AbstractTransport
-
- com.openindex.openestate.tool.agency.export.FtpTransport
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
public class FtpTransport extends AbstractTransport
FtpTransport.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFtpTransport.AuthenticationFailedExceptionstatic classFtpTransport.CommunicationFailedExceptionstatic classFtpTransport.Requeststatic classFtpTransport.TransferFailedException-
Nested classes/interfaces inherited from class com.openindex.openestate.tool.agency.export.AbstractTransport
AbstractTransport.DefaultMessageCode
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description FtpTransport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractTransportPanelcreateSetupPanel()FtpUtils.CryptMethodgetFtpCryptMethod()StringgetFtpHost()StringgetFtpLoginPass()StringgetFtpLoginUser()StringgetFtpPath()intgetFtpPort()StringgetName()StringgetTitle()voidinitDefaults()booleanisFtpCryptSslSessionReused()booleanisFtpLogin()booleanisFtpPassive()protected booleanisUpdatingMessage()protected booleanisUpdatingProgress()voidsetFtpCryptMethod(FtpUtils.CryptMethod cryptMethod)voidsetFtpCryptSslSessionReused(boolean val)voidsetFtpHost(String val)voidsetFtpLogin(boolean val)voidsetFtpLoginPass(String val)voidsetFtpLoginUser(String val)voidsetFtpPassive(boolean val)voidsetFtpPath(String val)voidsetFtpPort(int val)-
Methods inherited from class com.openindex.openestate.tool.agency.export.AbstractTransport
doFinishTransport, doInitTransport, equals, getMessageCodeTranslation, getMessageCodeTranslation, getTransport, getTransports, hashCode, listAvailableTransports
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
toString
-
-
-
-
Method Detail
-
createSetupPanel
public AbstractTransportPanel createSetupPanel()
- Specified by:
createSetupPanelin classAbstractTransport
-
getFtpCryptMethod
public FtpUtils.CryptMethod getFtpCryptMethod()
-
getFtpHost
public String getFtpHost()
-
getFtpLoginPass
public String getFtpLoginPass()
-
getFtpLoginUser
public String getFtpLoginUser()
-
getFtpPath
public String getFtpPath()
-
getFtpPort
public int getFtpPort()
-
getName
public String getName()
- Specified by:
getNamein classAbstractTransport
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractTransport
-
initDefaults
public void initDefaults()
- Overrides:
initDefaultsin classAbstractTransport
-
isFtpCryptSslSessionReused
public boolean isFtpCryptSslSessionReused()
-
isFtpLogin
public boolean isFtpLogin()
-
isFtpPassive
public boolean isFtpPassive()
-
isUpdatingMessage
protected boolean isUpdatingMessage()
- Overrides:
isUpdatingMessagein classAbstractTransport
-
isUpdatingProgress
protected boolean isUpdatingProgress()
- Overrides:
isUpdatingProgressin classAbstractTransport
-
setFtpCryptMethod
public void setFtpCryptMethod(FtpUtils.CryptMethod cryptMethod)
-
setFtpCryptSslSessionReused
public void setFtpCryptSslSessionReused(boolean val)
-
setFtpHost
public void setFtpHost(String val)
-
setFtpLogin
public void setFtpLogin(boolean val)
-
setFtpLoginPass
public void setFtpLoginPass(String val)
-
setFtpLoginUser
public void setFtpLoginUser(String val)
-
setFtpPassive
public void setFtpPassive(boolean val)
-
setFtpPath
public void setFtpPath(String val)
-
setFtpPort
public void setFtpPort(int val)
-
-