com.agical.rmock.maven
Class RMockMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by com.agical.rmock.maven.RMockMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Runs Run TDDoc administrative tasks


Field Summary
protected  org.apache.maven.project.MavenProject project
          The enclosing project.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RMockMojo()
           
 
Method Summary
 void execute()
           
protected  IsolatedClassLoader getClassLoader()
           
 void setGeneratedResourcesSource(java.lang.String generatedResourcesSource)
           
 void setGeneratedResourcesTarget(java.lang.String[] generatedResourcesTargets)
           
 
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
 

Field Detail

project

protected org.apache.maven.project.MavenProject project
The enclosing project.

Constructor Detail

RMockMojo

public RMockMojo()
Method Detail

setGeneratedResourcesSource

public void setGeneratedResourcesSource(java.lang.String generatedResourcesSource)

setGeneratedResourcesTarget

public void setGeneratedResourcesTarget(java.lang.String[] generatedResourcesTargets)

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

getClassLoader

protected IsolatedClassLoader getClassLoader()
                                      throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2009. All Rights Reserved.