org.kuali.student.datadictionary.mojo
Class EachMethodServiceGeneratorrMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.kuali.student.datadictionary.mojo.EachMethodServiceGeneratorrMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class EachMethodServiceGeneratorrMojo
- extends org.apache.maven.plugin.AbstractMojo
The plugin entrypoint which is used to generate a java interface file for each
service method in the source files based on the contract definition
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 |
EachMethodServiceGeneratorrMojo
public EachMethodServiceGeneratorrMojo()
getOutputDirectory
public File getOutputDirectory()
getSourceDirs
public List<String> getSourceDirs()
setOutputDirectory
public void setOutputDirectory(File htmlDirectory)
setSourceDirs
public void setSourceDirs(List<String> sourceDirs)
getRootPackage
public String getRootPackage()
setRootPackage
public void setRootPackage(String rootPackage)
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.