com.xebialabs.deployit.engine.packager.content
Class DeployitDarContents

java.lang.Object
  extended by com.xebialabs.deployit.engine.packager.content.DarContents
      extended by com.xebialabs.deployit.engine.packager.content.DeployitDarContents

public class DeployitDarContents
extends DarContents

Represents dar package content which comes from deployit repo


Constructor Summary
DeployitDarContents(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackage, ManifestWriter manifestWriter)
           
 
Method Summary
 void fillIn(de.schlichtherle.truezip.file.TFile dar)
           
 java.lang.String getPackageName()
           
 
Methods inherited from class com.xebialabs.deployit.engine.packager.content.DarContents
attachManifest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployitDarContents

public DeployitDarContents(com.xebialabs.deployit.plugin.api.udm.DeploymentPackage deploymentPackage,
                           ManifestWriter manifestWriter)
Method Detail

fillIn

public void fillIn(de.schlichtherle.truezip.file.TFile dar)
            throws java.io.IOException
Specified by:
fillIn in class DarContents
Throws:
java.io.IOException

getPackageName

public java.lang.String getPackageName()
Specified by:
getPackageName in class DarContents