Interface ClassFileSource2
-
- All Superinterfaces:
ClassFileSource
- All Known Implementing Classes:
ClassFileSourceChained
,ClassFileSourceImpl
,ClassFileSourceWrapper
public interface ClassFileSource2 extends ClassFileSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.api.ClassFileSource
ClassFileSource.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JarContent
addJarContent(java.lang.String jarPath, AnalysisType analysisType)
CFR would like to know about all classes contained within the jar atjarPath
-
Methods inherited from interface org.benf.cfr.reader.api.ClassFileSource
addJar, getClassFileContent, getPossiblyRenamedPath, informAnalysisRelativePathDetail
-
-
-
-
Method Detail
-
addJarContent
JarContent addJarContent(java.lang.String jarPath, AnalysisType analysisType)
CFR would like to know about all classes contained within the jar atjarPath
- Parameters:
jarPath
- path to a jar.- Returns:
-
-