net.sf.seaf.mojo.util
Class WebGenerator

java.lang.Object
  extended by net.sf.seaf.mojo.util.GeneratorBase
      extended by net.sf.seaf.mojo.util.WebGenerator

public class WebGenerator
extends GeneratorBase


Constructor Summary
WebGenerator(org.apache.maven.project.MavenProject project, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, org.apache.maven.plugin.logging.Log log, File configurationDir, String sourceEncoding, String webSrcIncludes, File mergedWebFile, File generatedXmlDir, File generatedJavaDir)
           
 
Method Summary
 void regenerateWeb()
           
 
Methods inherited from class net.sf.seaf.mojo.util.GeneratorBase
getSourceEncoding, initMojoBaseProperties, initMojoBaseProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebGenerator

public WebGenerator(org.apache.maven.project.MavenProject project,
                    org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager,
                    org.apache.maven.plugin.logging.Log log,
                    File configurationDir,
                    String sourceEncoding,
                    String webSrcIncludes,
                    File mergedWebFile,
                    File generatedXmlDir,
                    File generatedJavaDir)
Method Detail

regenerateWeb

public void regenerateWeb()
                   throws org.apache.maven.plugin.MojoExecutionException,
                          org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException


Copyright © 2011 SEAF. All Rights Reserved.