public class ManifestWriterDriver
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<java.lang.String> |
ARTIFACT_PROPERTIES_TO_SKIP |
| Constructor and Description |
|---|
ManifestWriterDriver(com.xebialabs.deployit.packager.CiNameCache cache,
ManifestWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
void |
writeToPackage(com.xebialabs.deployit.plugin.api.xld.DistributionVersion version,
de.schlichtherle.truezip.file.TFile file) |
void |
writeToPackage(com.xebialabs.deployit.plugin.api.xld.DistributionVersion version,
de.schlichtherle.truezip.file.TFile file,
boolean writeFullAppPath) |
public static final java.util.Set<java.lang.String> ARTIFACT_PROPERTIES_TO_SKIP
public ManifestWriterDriver(com.xebialabs.deployit.packager.CiNameCache cache,
ManifestWriter writer)
public void writeToPackage(com.xebialabs.deployit.plugin.api.xld.DistributionVersion version,
de.schlichtherle.truezip.file.TFile file)
throws java.io.IOException
java.io.IOExceptionpublic void writeToPackage(com.xebialabs.deployit.plugin.api.xld.DistributionVersion version,
de.schlichtherle.truezip.file.TFile file,
boolean writeFullAppPath)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object