Class JarContentImpl
java.lang.Object
org.benf.cfr.reader.state.JarContentImpl
- All Implemented Interfaces:
JarContent
-
Method Summary
Modifier and TypeMethodDescriptionNb: Java has a perfectly goodManifestclass since 1.2 which could be used here.
-
Method Details
-
getClassFiles
- Specified by:
getClassFilesin interfaceJarContent- Returns:
- All files which we may want to process.
-
getManifestEntries
Description copied from interface:JarContentNb: Java has a perfectly goodManifestclass since 1.2 which could be used here. This simplifies the content.- Specified by:
getManifestEntriesin interfaceJarContent- Returns:
- Map of manifest entries.
-
getAnalysisType
- Specified by:
getAnalysisTypein interfaceJarContent- Returns:
- source of data - jar? war?
-