public class FixedClassListTraversal extends AbstractClassTraversal
COMMENT
(after trimming them).| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMENT
line comment.
|
protected java.util.List<java.lang.String> |
m_Classnames
the list of classes to traverse.
|
DEFAULT_PACKAGE, m_Logger| Constructor and Description |
|---|
FixedClassListTraversal(java.io.InputStream inputStream)
Initializes the traversal with the lines read from the given input stream
(eg a resource stream).
|
FixedClassListTraversal(java.util.List<java.lang.String> classnames)
Initializes the traversal with the given list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
traverse(TraversalListener listener)
Traverses the classpath.
|
cleanUp, extractPackage, getLogger, isLoggingEnabledpublic static final java.lang.String COMMENT
protected java.util.List<java.lang.String> m_Classnames
public FixedClassListTraversal(java.util.List<java.lang.String> classnames)
classnames - the classes to usepublic FixedClassListTraversal(java.io.InputStream inputStream)
inputStream - the stream to read frompublic void traverse(TraversalListener listener)
traverse in interface ClassTraversaltraverse in class AbstractClassTraversallistener - the listener to useCopyright © 2021 University of Waikato, Hamilton, NZ. All Rights Reserved.