java.lang.Object
edu.hm.hafner.analysis.ModuleResolver
Resolves module names by reading and mapping module definitions (build.xml, pom.xml, or Manifest.mf files).
- Author:
- Ullrich Hafner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(Report report, ModuleDetector detector) Resolves absolute paths of the affected files of the specified set of issues.
-
Constructor Details
-
ModuleResolver
public ModuleResolver()
-
-
Method Details
-
run
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
-