org.alfresco.maven.plugin.amp.packaging
Class SaveAmpStructurePostPackagingTask

java.lang.Object
  extended by org.alfresco.maven.plugin.amp.packaging.SaveAmpStructurePostPackagingTask
All Implemented Interfaces:
AmpPostPackagingTask

public class SaveAmpStructurePostPackagingTask
extends Object
implements AmpPostPackagingTask

Saves the webapp structure cache.

Author:
Stephane Nicoll

Constructor Summary
SaveAmpStructurePostPackagingTask(File targetFile)
           
 
Method Summary
 void performPostPackaging(AmpPackagingContext context)
          Executes the post packaging task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAmpStructurePostPackagingTask

public SaveAmpStructurePostPackagingTask(File targetFile)
Method Detail

performPostPackaging

public void performPostPackaging(AmpPackagingContext context)
                          throws org.apache.maven.plugin.MojoExecutionException,
                                 org.apache.maven.plugin.MojoFailureException
Description copied from interface: AmpPostPackagingTask
Executes the post packaging task.

The packaging context hold all information regarding the webapp that has been packaged.

Specified by:
performPostPackaging in interface AmpPostPackagingTask
Parameters:
context - the packaging context
Throws:
org.apache.maven.plugin.MojoExecutionException - if an error occured
org.apache.maven.plugin.MojoFailureException - if a falure occured


Copyright © 2009 Alfresco. All Rights Reserved.