org.apache.maven.plugin.war.packaging
Class SaveWebappStructurePostPackagingTask

java.lang.Object
  extended by org.apache.maven.plugin.war.packaging.SaveWebappStructurePostPackagingTask
All Implemented Interfaces:
WarPostPackagingTask

public class SaveWebappStructurePostPackagingTask
extends Object
implements WarPostPackagingTask

Saves the webapp structure cache.

Version:
$Id: SaveWebappStructurePostPackagingTask.html 868453 2013-07-05 11:25:41Z olamy $
Author:
Stephane Nicoll

Constructor Summary
SaveWebappStructurePostPackagingTask(File targetFile)
           
 
Method Summary
 void performPostPackaging(WarPackagingContext 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

SaveWebappStructurePostPackagingTask

public SaveWebappStructurePostPackagingTask(File targetFile)
Method Detail

performPostPackaging

public void performPostPackaging(WarPackagingContext context)
                          throws MojoExecutionException,
                                 MojoFailureException
Description copied from interface: WarPostPackagingTask
Executes the post packaging task.

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

Specified by:
performPostPackaging in interface WarPostPackagingTask
Parameters:
context - the packaging context
Throws:
MojoExecutionException - if an error occurred
MojoFailureException - if a failure occurred


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.