org.jboss.mockgenerator
Class GenerateMockMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.mockgenerator.AbstractMockMojo
org.jboss.mockgenerator.GenerateMockMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class GenerateMockMojo
- extends AbstractMockMojo
Goal which generates EasyMock Java classes.
- Author:
- asmirnov@exadel.com
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
GenerateMockMojo
public GenerateMockMojo()
addGeneratedSourcesToProject
protected void addGeneratedSourcesToProject()
- Specified by:
addGeneratedSourcesToProject in class AbstractMockMojo
getOutputJavaDirectory
protected File getOutputJavaDirectory()
- Description copied from class:
AbstractMockMojo
-
- Specified by:
getOutputJavaDirectory in class AbstractMockMojo
- Returns:
- the outputJavaDirectory
getConfig
protected File getConfig()
- Description copied from class:
AbstractMockMojo
-
- Specified by:
getConfig in class AbstractMockMojo
- Returns:
- the config
getClasspathElements
protected List<String> getClasspathElements()
- Description copied from class:
AbstractMockMojo
-
- Specified by:
getClasspathElements in class AbstractMockMojo
- Returns:
- the classpathElements
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.