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
-
Nested Class Summary
Nested classes/interfaces inherited from class sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
PathBasedAnalysisInputLocation.ClassFileBasedAnalysisInputLocation
-
Field Summary
Fields inherited from class sootup.java.bytecode.frontend.inputlocation.ArchiveBasedAnalysisInputLocation
fileSystemCache
Fields inherited from class sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
bodyInterceptors, ignoredPaths, path, sourceType
-
Constructor Summary
ConstructorDescriptionDownloadJarAnalysisInputLocation
(String downloadURL, List<BodyInterceptor> bodyInterceptors, Collection<Path> ignoredPaths) -
Method Summary
Methods inherited from class sootup.java.bytecode.frontend.inputlocation.ArchiveBasedAnalysisInputLocation
getClassSource, getClassSources
Methods inherited from class sootup.java.bytecode.frontend.inputlocation.PathBasedAnalysisInputLocation
create, create, create, fromPath, getBodyInterceptors, getClassSourceInternal, getSingleClass, getSourceType
-
Constructor Details
-
DownloadJarAnalysisInputLocation
public DownloadJarAnalysisInputLocation(String downloadURL, List<BodyInterceptor> bodyInterceptors, Collection<Path> ignoredPaths)
-