Java org.eclipse.jgit.util StringUtils fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util StringUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util StringUtils.

The text is from its open source code.

Method

Stringcapitalize(String str)
Borrowed from commons-lang StringUtils.capitalize() method.
booleanisEmptyOrNull(String stringValue)
Test if a string is empty or null.
Stringjoin(Collection parts, String separator)
Join a collection of Strings together using the specified separator.
StringreplaceLineBreaksWithSpace(String in)
Replace CRLF, CR or LF with a single space.
BooleantoBooleanOrNull(String stringValue)
Parse a string as a standard Git boolean value.
chartoLowerCase(char c)
Convert the input to lowercase.
StringtoLowerCase(String in)
Convert the input string to lower case, according to the "C" locale.