Class DownloadJarAnalysisInputLocation
java.lang.Object
sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
sootup.java.bytecode.frontend.inputlocation.ArchiveBasedAnalysisInputLocation
sootup.java.bytecode.frontend.inputlocation.DownloadJarAnalysisInputLocation
- All Implemented Interfaces:
AnalysisInputLocation
-
Field Summary
Fields inherited from class sootup.java.bytecode.frontend.inputlocation.ArchiveBasedAnalysisInputLocation
fileSystemCacheFields inherited from class sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
bodyInterceptors, ignoredPaths, path, sourceType -
Constructor Summary
ConstructorsConstructorDescriptionDownloadJarAnalysisInputLocation(String downloadURL, List<BodyInterceptor> bodyInterceptors, Collection<Path> ignoredPaths) -
Method Summary
Methods inherited from class sootup.java.bytecode.frontend.inputlocation.ArchiveBasedAnalysisInputLocation
getClassSource, getClassSourcesMethods inherited from class sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
create, create, create, fromPath, getBodyInterceptors, getClassSourceInternal, getSingleClass, getSourceType, walkDirectory
-
Constructor Details
-
DownloadJarAnalysisInputLocation
public DownloadJarAnalysisInputLocation(String downloadURL, List<BodyInterceptor> bodyInterceptors, Collection<Path> ignoredPaths)
-