Java org.apache.solr.common.util StrUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.common.util StrUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.common.util StrUtils.

The text is from its open source code.

Field

Method

Stringjoin(Collection items, char separator)
Creates a backslash escaped string, joining all the items.
ListsplitFileNames(String fileNames)
Splits file names separated by comma character.
ListsplitSmart(String s, char separator, boolean trimEmpty)
voidsplitSmart(String s, char separator, List lst)
Split a string based on a separator, but don't split if it's inside a string.
ListsplitSmart(String s, String separator, boolean decode)
Splits a backslash escaped string on the separator.
ListsplitSmart(String s, char separator)