Class ManifestWriterDriver


  • public class ManifestWriterDriver
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      void writeToPackage​(com.xebialabs.deployit.plugin.api.udm.Version version, de.schlichtherle.truezip.file.TFile file)  
      void writeToPackage​(com.xebialabs.deployit.plugin.api.udm.Version version, de.schlichtherle.truezip.file.TFile file, boolean writeFullAppPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ManifestWriterDriver

        public ManifestWriterDriver​(com.xebialabs.deployit.packager.CiNameCache cache,
                                    ManifestWriter writer)
    • Method Detail

      • writeToPackage

        public void writeToPackage​(com.xebialabs.deployit.plugin.api.udm.Version version,
                                   de.schlichtherle.truezip.file.TFile file)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • writeToPackage

        public void writeToPackage​(com.xebialabs.deployit.plugin.api.udm.Version version,
                                   de.schlichtherle.truezip.file.TFile file,
                                   boolean writeFullAppPath)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object