public class ConfigurationUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
static List<String> | 
buildParentListFromString(String parent)
Splits the string into a list using a comma as the token separator. 
 | 
static List<PackageConfig> | 
buildParentsFromString(Configuration configuration,
                      String parent)
Get the  
PackageConfig elements with the specified names. | 
public static List<PackageConfig> buildParentsFromString(Configuration configuration, String parent)
PackageConfig elements with the specified names.configuration - Configuration from which to find the package elementsparent - Comma separated list of parent package namesparent parameter.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.