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  PackageConfigelements with the specified names. | 
| static Set<Class<?>> | getAllClassTypes(Class<?> clazz) | 
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.public static List<String> buildParentListFromString(String parent)
parent - The comma separated string.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.