Class ExportTestUtil


  • public class ExportTestUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExportTestUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<ExportTestUtil.FileContent> flattenZipContent​(byte[] bytes)  
      static java.lang.String getManifest​(byte[] bytes)  
      static com.xebialabs.xlrelease.domain.Release getRelease​(byte[] bytes, com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter ciReaderWriter)  
      • Methods inherited from class java.lang.Object

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

      • ExportTestUtil

        public ExportTestUtil()
    • Method Detail

      • flattenZipContent

        public static java.util.List<ExportTestUtil.FileContent> flattenZipContent​(byte[] bytes)
                                                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • getRelease

        public static com.xebialabs.xlrelease.domain.Release getRelease​(byte[] bytes,
                                                                        com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter ciReaderWriter)
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • getManifest

        public static java.lang.String getManifest​(byte[] bytes)
                                            throws java.io.IOException
        Throws:
        java.io.IOException