Class ExecParseUtils

java.lang.Object
org.apache.camel.component.exec.impl.ExecParseUtils

public final class ExecParseUtils extends Object
Utility class for parsing, used by the Camel Exec component.
Note: the class should be dropped, when the commons-exec library implements similar functionality.
  • Method Details

    • splitToWhiteSpaceSeparatedTokens

      public static List<String> splitToWhiteSpaceSeparatedTokens(String input)
    • splitCommaSeparatedToListOfInts

      public static List<Integer> splitCommaSeparatedToListOfInts(String commaSeparatedInts)