org.kuali.student.common.mojo
Class AbstractKSMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.kuali.student.common.mojo.AbstractKSMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- KSContractDocMojo, KSCreateAdminUiMojo, KSCreateConformanceTestMojo, KSCreateMockImplMojo, KSCreateRemoteImplMojo, KSCreateValidationDecoratorMojo, KSDictionaryCreatorMojo, KSDictionaryDocMojo, KSEachMethodServiceGeneratorrMojo
public abstract class AbstractKSMojo
- extends org.apache.maven.plugin.AbstractMojo
The basic Kuali Student Mojo that defines things like the source lookup path.
- Author:
- ocleirig
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 |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
localPackages
protected final Set<String> localPackages
AbstractKSMojo
public AbstractKSMojo()
getSourceDirs
public List<String> getSourceDirs()
setSourceDirs
public void setSourceDirs(List<String> sourceDirs)
getContextSourceDirs
public List<String> getContextSourceDirs()
- Returns:
- the contextSourceDirs
setContextSourceDirs
public void setContextSourceDirs(List<String> contextSourceDirs)
- Parameters:
contextSourceDirs
- the contextSourceDirs to set
getModel
protected final ServiceContractModel getModel()
validate
protected final boolean validate(ServiceContractModel model)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.