org.apache.solr.util
Class StrUtils

java.lang.Object
  extended by org.apache.solr.common.util.StrUtils
      extended by org.apache.solr.util.StrUtils

Deprecated. Use org.apache.solr.common.util.StrUtils.

@Deprecated
public class StrUtils
extends org.apache.solr.common.util.StrUtils

This class is scheduled for deletion. Please update your code to the moved package.


Field Summary
 
Fields inherited from class org.apache.solr.common.util.StrUtils
HEX_DIGITS
 
Constructor Summary
StrUtils()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.solr.common.util.StrUtils
join, parseBool, parseBool, parseBoolean, partialURLEncodeVal, splitFileNames, splitSmart, splitSmart, splitWS, toLower
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrUtils

public StrUtils()
Deprecated.