Class CommaSeparatorUtils
java.lang.Object
com.github.ferstl.maven.pomenforcers.util.CommaSeparatorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsplitAndAddToCollection(String commaSeparatedItems, Collection<String> collection)static <T> voidsplitAndAddToCollection(String commaSeparatedItems, Collection<T> collection, Function<String,T> transformer)
-
Constructor Details
-
CommaSeparatorUtils
public CommaSeparatorUtils()
-
-
Method Details
-
splitAndAddToCollection
public static void splitAndAddToCollection(String commaSeparatedItems, Collection<String> collection) -
splitAndAddToCollection
public static <T> void splitAndAddToCollection(String commaSeparatedItems, Collection<T> collection, Function<String,T> transformer)
-