Interface FtpConfig
-
- All Known Implementing Classes:
FtpConfigImpl
public interface FtpConfigCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCacheFolderName()StringgetClientSideEncoding()intgetCommandPort()intgetDataMaxPort()intgetDataMinPort()StringgetDefFileMimeType()StringgetDefFileNodeType()StringgetDefFolderNodeType()intgetDownLoadSpeed()StringgetForbiddenChars()org.exoplatform.container.PortalContainergetPortalContainer()chargetReplaceChar()StringgetSystemType()intgetTimeOut()intgetUpLoadSpeed()booleanisNeedSlowDownLoad()booleanisNeedSlowUpLoad()booleanisNeedTimeOut()booleanisReplaceForbiddenChars()
-
-
-
Method Detail
-
getCommandPort
int getCommandPort()
-
getDataMinPort
int getDataMinPort()
-
getDataMaxPort
int getDataMaxPort()
-
getSystemType
String getSystemType()
-
getClientSideEncoding
String getClientSideEncoding()
-
getDefFolderNodeType
String getDefFolderNodeType()
-
getDefFileNodeType
String getDefFileNodeType()
-
getDefFileMimeType
String getDefFileMimeType()
-
getCacheFolderName
String getCacheFolderName()
-
isNeedSlowUpLoad
boolean isNeedSlowUpLoad()
-
getUpLoadSpeed
int getUpLoadSpeed()
-
isNeedSlowDownLoad
boolean isNeedSlowDownLoad()
-
getDownLoadSpeed
int getDownLoadSpeed()
-
isNeedTimeOut
boolean isNeedTimeOut()
-
getTimeOut
int getTimeOut()
-
getPortalContainer
org.exoplatform.container.PortalContainer getPortalContainer()
-
isReplaceForbiddenChars
boolean isReplaceForbiddenChars()
-
getForbiddenChars
String getForbiddenChars()
-
getReplaceChar
char getReplaceChar()
-
-