com.sapportals.wcm.control.util

Class StringUtil

java.lang.Object
  extended by com.sapportals.wcm.control.util.StringUtil

Deprecated. As of NetWeaver 7.1

public final class StringUtil
extends Object

Since:
NW04, SPS11

Field Summary
static char[] CHARARRAY
          Deprecated.  
static char LF
          Deprecated.  
static char LINEFEED
          Deprecated.  
 
Method Summary
static String removeCharacters(String toClean, char[] chars)
          Deprecated. As of NetWeaver 7.1
static String replaceCharacters(String toClean, char[] chars)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINEFEED

public static final char LINEFEED
Deprecated. 
See Also:
Constant Field Values

LF

public static final char LF
Deprecated. 
See Also:
Constant Field Values

CHARARRAY

public static final char[] CHARARRAY
Deprecated. 
Method Detail

replaceCharacters

public static String replaceCharacters(String toClean,
                                       char[] chars)
Deprecated. As of NetWeaver 7.1

replaces the given chars with a blank in the given string

Parameters:
toClean - the String to clean, must not be null
chars - the chars to replace, must not be null, but might be empty
Returns:
the cleaned string

removeCharacters

public static String removeCharacters(String toClean,
                                      char[] chars)
Deprecated. As of NetWeaver 7.1

removes the given chars

Parameters:
toClean - the String to clean, must not be null
chars - the chars to remove, must not be null, but might be empty
Returns:
the cleaned string
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice