Class ModuleResolver


  • public class ModuleResolver
    extends Object
    Resolves module names by reading and mapping module definitions (build.xml, pom.xml, or Manifest.mf files).
    Author:
    Ullrich Hafner
    • Constructor Detail

      • ModuleResolver

        public ModuleResolver()
    • Method Detail

      • run

        public void run​(Report report,
                        ModuleDetector detector)
        Resolves absolute paths of the affected files of the specified set of issues.
        Parameters:
        report - the issues to resolve the paths
        detector - the module detector to use