Java org.apache.commons.exec.util StringUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.exec.util StringUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.exec.util StringUtils.

The text is from its open source code.

Method

StringfixFileSeparatorChar(final String arg)
Fixes the file separator char for the target platform using the following replacement.
StringquoteArgument(final String argument)
Put quotes around the given String if necessary.
String[]split(final String input, final String splitChar)
Split a string into an array of strings based on a separator.
StringtoString(final String[] strings, final String separator)
Concatenates an array of string using a separator.