Interface JarContent
- All Known Implementing Classes:
JarContentImpl
public interface JarContent
-
Method Summary
Modifier and TypeMethodDescriptionNb: Java has a perfectly goodManifestclass since 1.2 which could be used here.
-
Method Details
-
getClassFiles
Collection<String> getClassFiles()- Returns:
- All files which we may want to process.
-
getManifestEntries
-
getAnalysisType
AnalysisType getAnalysisType()- Returns:
- source of data - jar? war?
-