Class JavaModulePathAnalysisInputLocation

java.lang.Object
sootup.java.bytecode.frontend.inputlocation.JavaModulePathAnalysisInputLocation
All Implemented Interfaces:
AnalysisInputLocation, ModuleInfoAnalysisInputLocation

public class JavaModulePathAnalysisInputLocation extends Object implements ModuleInfoAnalysisInputLocation
An implementation of the AnalysisInputLocation interface for the Java modulepath. Handles directories, archives (including wildcard denoted archives) as stated in the official documentation:
Author:
Andreas Dann created on 28.05.18
See Also: