Package com.beust.jcommander
Class Strings
java.lang.Object
com.beust.jcommander.Strings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static String
static String
Deprecated, for removal: This API element is subject to removal in a future version.static boolean
startsWith
(String s, String with, boolean isCaseSensitive)
-
Constructor Details
-
Strings
public Strings()
-
-
Method Details
-
isStringEmpty
-
startsWith
-
join
@Deprecated(forRemoval=true, since="3.0.0") public static String join(String delimiter, List<String> args) Deprecated, for removal: This API element is subject to removal in a future version. -
join
-