java.lang.Object
org.somox.analyzer.simplemodelanalyzer.detection.util.ComponentPrinter

public class ComponentPrinter extends Object
  • 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 logger
      logger - The logger used to print the components