Package org.eclipse.sisu.space
Class Tokens
- java.lang.Object
-
- org.eclipse.sisu.space.Tokens
-
public final class Tokens extends Object
Utility methods for dealing with tokens.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Iterable<String>
splitByComma(String text)
Lazily splits the given string into whitespace-trimmed tokens, using comma as the token separator.static Iterable<String>
splitByStar(String text)
Lazily splits the given string into non-trimmed tokens, using star as the token separator.
-