public class JarContentImpl extends Object implements JarContent
| Modifier and Type | Method and Description |
|---|---|
AnalysisType |
getAnalysisType() |
Collection<String> |
getClassFiles() |
Map<String,String> |
getManifestEntries()
Nb: Java has a perfectly good
Manifest class since 1.2
which could be used here. |
public Collection<String> getClassFiles()
getClassFiles in interface JarContentpublic Map<String,String> getManifestEntries()
JarContentManifest class since 1.2
which could be used here. This simplifies the content.getManifestEntries in interface JarContentpublic AnalysisType getAnalysisType()
getAnalysisType in interface JarContentCopyright © 2011-2021. All Rights Reserved.