org.exoplatform.services.ftp
Class FtpTextUtils

java.lang.Object
  extended by org.exoplatform.services.ftp.FtpTextUtils

public class FtpTextUtils
extends java.lang.Object

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: FtpTextUtils.java 45993 2010-04-07 08:15:07Z rainf0x $

Constructor Summary
FtpTextUtils()
           
 
Method Summary
static java.lang.String getStrached(java.lang.String strVal, int reqLen)
           
static java.lang.String getStrachedAtStart(java.lang.String strVal, int reqLen)
           
static java.lang.String replaceForbiddenChars(java.lang.String strVal, java.lang.String forbiddenChars, char replaceChar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpTextUtils

public FtpTextUtils()
Method Detail

getStrached

public static java.lang.String getStrached(java.lang.String strVal,
                                           int reqLen)

getStrachedAtStart

public static java.lang.String getStrachedAtStart(java.lang.String strVal,
                                                  int reqLen)

replaceForbiddenChars

public static java.lang.String replaceForbiddenChars(java.lang.String strVal,
                                                     java.lang.String forbiddenChars,
                                                     char replaceChar)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.