org.kuali.student.datadictionary.mojo
Class KSDictionaryCreatorMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kuali.student.common.mojo.AbstractKSMojo
          extended by 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


Field Summary
 
Fields inherited from class org.kuali.student.common.mojo.AbstractKSMojo
localPackages
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
KSDictionaryCreatorMojo()
           
 
Method Summary
 void execute()
           
 File getOutputDirectory()
           
 boolean isThrowExceptionIfNotAllFilesProcessed()
           
 boolean isWriteGenerated()
           
 boolean isWriteManual()
           
 void setOutputDirectory(File htmlDirectory)
           
 void setThrowExceptionIfNotAllFilesProcessed(boolean throwExceptionIfNotAllFilesProcessed)
           
 void setWriteGenerated(boolean writeGenerated)
           
 void setWriteManual(boolean writeManual)
           
 
Methods inherited from class org.kuali.student.common.mojo.AbstractKSMojo
getContextSourceDirs, getModel, getSourceDirs, setContextSourceDirs, setSourceDirs, validate
 
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

KSDictionaryCreatorMojo

public KSDictionaryCreatorMojo()
Method Detail

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.