public class PropertiesBasedClassListTraversal extends AbstractClassTraversal
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
m_Classnames
the list of classes to traverse.
|
DEFAULT_PACKAGE, m_Logger| Constructor and Description |
|---|
PropertiesBasedClassListTraversal(java.util.Properties props)
Initializes the traversal with the classname lists (comma-separated lists)
stored in each property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(TraversalListener listener)
Traverses the classpath.
|
cleanUp, extractPackage, getLogger, isLoggingEnabledprotected java.util.List<java.lang.String> m_Classnames
public PropertiesBasedClassListTraversal(java.util.Properties props)
props - the properties to usepublic void traverse(TraversalListener listener)
traverse in interface ClassTraversaltraverse in class AbstractClassTraversallistener - the listener to useCopyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.