MCPcopy Create free account
hub / github.com/apache/ant / join

Method join

src/main/org/apache/tools/ant/util/StringUtils.java:284–290  ·  view source on GitHub ↗

Joins the string representation of the elements of a collection to a joined string with a given separator. @param collection Collection of the data to be joined (may be null) @param separator Separator between elements (may be null) @return the joined string

(Collection<?> collection, CharSequence separator)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

executeMethod · 0.95
testJoinMethod · 0.95
testJoinEmptyArrayMethod · 0.95
testJoinNullArrayMethod · 0.95
testJoinNullSeparatorMethod · 0.95
runant.pyFile · 0.80
executeTargetsMethod · 0.80
setPropertiesMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
runMethod · 0.80

Calls 2

joiningMethod · 0.95
streamMethod · 0.80

Tested by 15

testJoinMethod · 0.76
testJoinEmptyArrayMethod · 0.76
testJoinNullArrayMethod · 0.76
testJoinNullSeparatorMethod · 0.76
getMethodsStringMethod · 0.64
toStringMethod · 0.64
describeMethod · 0.64
testOutputMethod · 0.64
executeMethod · 0.64
testManualStopMethod · 0.64