Uses of Class
sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
Packages that use PathBasedAnalysisInputLocation
-
Uses of PathBasedAnalysisInputLocation in sootup.java.bytecode.frontend.inputlocation
Modifier and TypeClassDescriptionclass
class
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. if there is no match for the given language level, the default location inside the jar will be used.Methods in sootup.java.bytecode.frontend.inputlocation that return PathBasedAnalysisInputLocationModifier and TypeMethodDescriptionstatic @NonNull PathBasedAnalysisInputLocation
PathBasedAnalysisInputLocation.create
(@NonNull Path path, @NonNull SourceType sourceType) static @NonNull PathBasedAnalysisInputLocation
PathBasedAnalysisInputLocation.create
(@NonNull Path path, @NonNull SourceType srcType, @NonNull List<BodyInterceptor> bodyInterceptors) static @NonNull PathBasedAnalysisInputLocation
PathBasedAnalysisInputLocation.create
(@NonNull Path path, @NonNull SourceType srcType, @NonNull List<BodyInterceptor> bodyInterceptors, @NonNull Collection<Path> ignoredPaths)