Package sootup.apk.frontend.dexpler
Class DexClassProvider
java.lang.Object
sootup.apk.frontend.dexpler.DexClassProvider
- All Implemented Interfaces:
ClassProvider<Path>,PathbasedClassProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClassSource(@NonNull AnalysisInputLocation inputLocation, @NonNull Path sourcePath, @NonNull ClassType classSignature) Returns the file type that is handled by this provider, e.g. class, jimple, java
-
Constructor Details
-
DexClassProvider
-
-
Method Details
-
createClassSource
public Optional<SootClassSource> createClassSource(@NonNull AnalysisInputLocation inputLocation, @NonNull Path sourcePath, @NonNull ClassType classSignature) - Specified by:
createClassSourcein interfaceClassProvider<Path>
-
getHandledFileType
Description copied from interface:PathbasedClassProviderReturns the file type that is handled by this provider, e.g. class, jimple, java- Specified by:
getHandledFileTypein interfacePathbasedClassProvider
-