Class ComponentPrinter
java.lang.Object
org.somox.analyzer.simplemodelanalyzer.detection.util.ComponentPrinter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
printComponents
(List<ComponentImplementingClassesLink> components, org.apache.log4j.Logger logger) Print the given list of components detected in source code including the classes used to implement them
-
Constructor Details
-
ComponentPrinter
public ComponentPrinter()
-
-
Method Details
-
printComponents
public static void printComponents(List<ComponentImplementingClassesLink> components, org.apache.log4j.Logger logger) Print the given list of components detected in source code including the classes used to implement them- Parameters:
components
- The list of components to print to the debug facility of the given loggerlogger
- The logger used to print the components
-