com.xebialabs.deployit.service.importer.reader
Class DeployitJarManifest

java.lang.Object
  extended by com.xebialabs.deployit.service.importer.reader.DeployitJarManifest

public class DeployitJarManifest
extends java.lang.Object


Method Summary
 java.lang.String getApplicationName()
           
 java.lang.String getApplicationVersion()
           
 java.util.Collection<ManifestEntry> getEntries()
           
 ManifestEntry getEntry(java.lang.String key)
           
static DeployitJarManifest readFromFile(de.schlichtherle.truezip.file.TFile manifestFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readFromFile

public static DeployitJarManifest readFromFile(de.schlichtherle.truezip.file.TFile manifestFile)

getApplicationName

public java.lang.String getApplicationName()

getApplicationVersion

public java.lang.String getApplicationVersion()

getEntries

public java.util.Collection<ManifestEntry> getEntries()

getEntry

public ManifestEntry getEntry(java.lang.String key)