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 JarContent
public Map<String,String> getManifestEntries()
JarContent
Manifest
class since 1.2
which could be used here. This simplifies the content.getManifestEntries
in interface JarContent
public AnalysisType getAnalysisType()
getAnalysisType
in interface JarContent
Copyright © 2011-2021. All Rights Reserved.