com.xebialabs.deployit.maven.packager
Class ManifestPackager
java.lang.Object
com.xebialabs.deployit.maven.packager.ManifestPackager
- All Implemented Interfaces:
- ApplicationDeploymentPackager
public class ManifestPackager
- extends Object
- implements ApplicationDeploymentPackager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManifestPackager
public ManifestPackager(String artifactId,
String version,
File targetDirectory)
getTargetDirectory
public File getTargetDirectory()
perform
public void perform()
- Specified by:
perform in interface ApplicationDeploymentPackager
getDeploymentPackageName
public String getDeploymentPackageName()
- Specified by:
getDeploymentPackageName in interface ApplicationDeploymentPackager
getCliCommands
public List<String> getCliCommands()
- Specified by:
getCliCommands in interface ApplicationDeploymentPackager
addDeployableArtifact
public void addDeployableArtifact(DeployableArtifactItem item)
- Specified by:
addDeployableArtifact in interface ApplicationDeploymentPackager
isGenerateManifestOnly
public boolean isGenerateManifestOnly()
setGenerateManifestOnly
public void setGenerateManifestOnly(boolean generateManifestOnly)
getManifestFile
public File getManifestFile()
Copyright © 2010. All Rights Reserved.