org.exoplatform.services.ftp
Class FtpTextUtils
java.lang.Object
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 $
|
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 |
FtpTextUtils
public FtpTextUtils()
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.