org.kuali.student.datadictionary.mojo
Class KSDictionaryCreatorMojo
java.lang.Object
   org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.AbstractMojo
       org.kuali.student.common.mojo.AbstractKSMojo
org.kuali.student.common.mojo.AbstractKSMojo
           org.kuali.student.datadictionary.mojo.KSDictionaryCreatorMojo
org.kuali.student.datadictionary.mojo.KSDictionaryCreatorMojo
- All Implemented Interfaces: 
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- public class KSDictionaryCreatorMojo 
- extends AbstractKSMojo
The plugin entrypoint which is used to generate dictionary files based on the contract
 
| 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 | 
 
KSDictionaryCreatorMojo
public KSDictionaryCreatorMojo()
isThrowExceptionIfNotAllFilesProcessed
public boolean isThrowExceptionIfNotAllFilesProcessed()
- 
 
setThrowExceptionIfNotAllFilesProcessed
public void setThrowExceptionIfNotAllFilesProcessed(boolean throwExceptionIfNotAllFilesProcessed)
- 
 
getOutputDirectory
public File getOutputDirectory()
- 
 
isWriteManual
public boolean isWriteManual()
- 
 
isWriteGenerated
public boolean isWriteGenerated()
- 
 
setWriteManual
public void setWriteManual(boolean writeManual)
- 
 
setWriteGenerated
public void setWriteGenerated(boolean writeGenerated)
- 
 
setOutputDirectory
public void setOutputDirectory(File htmlDirectory)
- 
 
execute
public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
- 
- Throws:
- org.apache.maven.plugin.MojoExecutionException
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.