Uses of Class
sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
-
Uses of PathBasedAnalysisInputLocation in sootup.java.bytecode.frontend.inputlocation
Modifier and TypeClassDescriptionclass
class
class
This AnalysisInputLocation models MultiRelease Jars or Directories if path points to a directory that is not packed into a jar see https://openjdk.org/jeps/238#Modular_multi-release_JAR_filesclass
If the user wants to analyze a Multi-Release Jar, they have to specify the language level to analyze explicitly.static class
Modifier and TypeMethodDescriptionPathBasedAnalysisInputLocation.create
(Path path, SourceType sourceType) PathBasedAnalysisInputLocation.create
(Path path, SourceType srcType, List<BodyInterceptor> bodyInterceptors) PathBasedAnalysisInputLocation.create
(Path path, SourceType srcType, List<BodyInterceptor> bodyInterceptors, Collection<Path> ignoredPaths)