org.kuali.student.datadictionary.mojo
Class KSDictionaryDocMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kuali.student.datadictionary.mojo.KSDictionaryDocMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

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

Mojo for generating a formatted view of the data dictionary


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
KSDictionaryDocMojo()
           
 
Method Summary
 void execute()
           
 File getHtmlDirectory()
           
 List<String> getInputFiles()
           
 org.apache.maven.project.MavenProject getProject()
           
 List<String> getSupportFiles()
           
 void setHtmlDirectory(File htmlDirectory)
           
 void setInputFiles(List<String> inputFiles)
           
 void setSupportFiles(List<String> supportFiles)
           
 
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

KSDictionaryDocMojo

public KSDictionaryDocMojo()
Method Detail

setHtmlDirectory

public void setHtmlDirectory(File htmlDirectory)

getHtmlDirectory

public File getHtmlDirectory()

getInputFiles

public List<String> getInputFiles()

getProject

public org.apache.maven.project.MavenProject getProject()

setInputFiles

public void setInputFiles(List<String> inputFiles)

getSupportFiles

public List<String> getSupportFiles()

setSupportFiles

public void setSupportFiles(List<String> supportFiles)

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.