net.sf.seaf.mojo.util
Class BeansGenerator

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

public class BeansGenerator
extends GeneratorBase


Constructor Summary
BeansGenerator(org.apache.maven.project.MavenProject project, org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager, org.apache.maven.plugin.logging.Log log, File configurationDir, String sourceEncoding, File generatedXmlDir, File generatedJavaDir)
           
 
Method Summary
 void generateBeans()
           
 
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

BeansGenerator

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

generateBeans

public void generateBeans()
                   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.