eXo JCR :: Component :: FTP Service 1.15.8-GA

org.exoplatform.services.ftp.config
Interface FtpConfig

All Known Implementing Classes:
FtpConfigImpl

public interface FtpConfig

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: $

Method Summary
 String getCacheFolderName()
           
 String getClientSideEncoding()
           
 int getCommandPort()
           
 int getDataMaxPort()
           
 int getDataMinPort()
           
 String getDefFileMimeType()
           
 String getDefFileNodeType()
           
 String getDefFolderNodeType()
           
 int getDownLoadSpeed()
           
 String getForbiddenChars()
           
 org.exoplatform.container.PortalContainer getPortalContainer()
           
 char getReplaceChar()
           
 String getSystemType()
           
 int getTimeOut()
           
 int getUpLoadSpeed()
           
 boolean isNeedSlowDownLoad()
           
 boolean isNeedSlowUpLoad()
           
 boolean isNeedTimeOut()
           
 boolean isReplaceForbiddenChars()
           
 

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()

eXo JCR :: Component :: FTP Service 1.15.8-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.