public final class StringUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static File[] |
parseOptionalPath(String s)
|
static File[] |
parsePath(String s)
Breaks a given string up by the system-dependent path-separator character (on UNIX systems, this character is
":"; on Microsoft Windows systems it is ";").
|
public static File[] parsePath(String s)
UNIX Examples:
File.pathSeparatorCharCopyright © 2019. All rights reserved.