Package com.xebialabs.xlrelease.export
Class ExportTestUtil
- java.lang.Object
-
- com.xebialabs.xlrelease.export.ExportTestUtil
-
public class ExportTestUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExportTestUtil.FileContent
-
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.StringgetManifest(byte[] bytes)static com.xebialabs.xlrelease.domain.ReleasegetRelease(byte[] bytes, com.xebialabs.deployit.plumbing.ConfigurationItemReaderWriter ciReaderWriter)
-
-
-
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
-
-