Package org.apache.karaf.tools.utils
Class JoinUtil
- java.lang.Object
-
- org.apache.karaf.tools.utils.JoinUtil
-
public class JoinUtil extends Object
Join strings with commas. This has some reflection to be usable with the pax-exam
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringjoin(Object[] options)static Stringjoin(String... options)
-