public class ProfileUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
COMMA |
Modifier | Constructor and Description |
---|---|
private |
ProfileUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toString(java.util.Collection<ProfileSelection> profiles)
Turns a
ProfileSelection collection as a String, joined by a comma separator. |
private static final java.lang.String COMMA
public static java.lang.String toString(java.util.Collection<ProfileSelection> profiles)
ProfileSelection
collection as a String, joined by a comma separator.