public class DomainUtil extends Object
| Constructor and Description |
|---|
DomainUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
joinLabels(Collection<String> labels)
Joins labels to a domain or pattern.
|
static String |
joinLabels(String[] labels)
Joins labels to a domain or pattern.
|
static String[] |
splitLabels(String domain)
Splits a domain or pattern into its labels.
|
public static String[] splitLabels(String domain)
public static String joinLabels(Collection<String> labels)
Copyright © 2014. All Rights Reserved.