Interface ClassFileSource2
- All Superinterfaces:
ClassFileSource
- All Known Implementing Classes:
ClassFileSourceChained,ClassFileSourceImpl,ClassFileSourceWrapper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.benf.cfr.reader.api.ClassFileSource
ClassFileSource.Factory -
Method Summary
Modifier and TypeMethodDescriptionaddJarContent(String jarPath, AnalysisType analysisType) CFR would like to know about all classes contained within the jar atjarPathMethods inherited from interface org.benf.cfr.reader.api.ClassFileSource
addJar, getClassFileContent, getPossiblyRenamedPath, informAnalysisRelativePathDetail
-
Method Details
-
addJarContent
CFR would like to know about all classes contained within the jar atjarPath- Parameters:
jarPath- path to a jar.- Returns:
- @{link JarContent} for this jar.
-