com.xebialabs.deployit.maven.packager
Class ManifestPackager

java.lang.Object
  extended by com.xebialabs.deployit.maven.packager.ManifestPackager

public class ManifestPackager
extends Object


Field Summary
static String APPLICATION
           
static String DEPLOYMENT_PACKAGE_DIR
           
static String VERSION
           
 
Constructor Summary
ManifestPackager(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log, boolean timestampedVersion)
           
 
Method Summary
 void addDeployables(List<Deployable> deployables)
           
 File getDarFile()
           
 File getManifestFile()
           
 void perform()
           
 void seal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPLOYMENT_PACKAGE_DIR

public static final String DEPLOYMENT_PACKAGE_DIR
See Also:
Constant Field Values

APPLICATION

public static final String APPLICATION
See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values
Constructor Detail

ManifestPackager

public ManifestPackager(org.apache.maven.project.MavenProject project,
                        org.apache.maven.plugin.logging.Log log,
                        boolean timestampedVersion)
Method Detail

addDeployables

public void addDeployables(List<Deployable> deployables)

perform

public void perform()

seal

public void seal()
          throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

getDarFile

public File getDarFile()

getManifestFile

public File getManifestFile()


Copyright © 2012. All Rights Reserved.