Package edu.hm.hafner.analysis
Class ModuleResolver
- java.lang.Object
-
- edu.hm.hafner.analysis.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 Summary
Constructors Constructor Description ModuleResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(Report report, ModuleDetector detector)Resolves absolute paths of the affected files of the specified set of issues.
-
-
-
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 pathsdetector- the module detector to use
-
-