com.mysema.query.maven
Class AbstractMetaDataExportMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.mysema.query.maven.AbstractMetaDataExportMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
MetadataExportMojo, TestMetadataExportMojo

public class AbstractMetaDataExportMojo
extends org.apache.maven.plugin.AbstractMojo

MetaDataExportMojo is a goal for MetaDataExporter usage

Author:
tiwe

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractMetaDataExportMojo()
           
 
Method Summary
 void execute()
           
protected  boolean isForTest()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMetaDataExportMojo

public AbstractMetaDataExportMojo()
Method Detail

execute

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

isForTest

protected boolean isForTest()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.