Interface JarContent

All Known Implementing Classes:
JarContentImpl

public interface JarContent
  • Method Details

    • getClassFiles

      Collection<String> getClassFiles()
      Returns:
      All files which we may want to process.
    • getManifestEntries

      Map<String,String> getManifestEntries()
      Nb: Java has a perfectly good Manifest class since 1.2 which could be used here. This simplifies the content.
      Returns:
      Map of manifest entries.
    • getAnalysisType

      AnalysisType getAnalysisType()
      Returns:
      source of data - jar? war?