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).
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidrun(Report report, ModuleDetector detector) Resolves absolute paths of the affected files of the specified set of issues.
-
Konstruktordetails
-
ModuleResolver
public ModuleResolver()
-
-
Methodendetails
-
run
Resolves absolute paths of the affected files of the specified set of issues.- Parameter:
report- the issues to resolve the pathsdetector- the module detector to use
-