org.kuali.common.util.property.processor
Class ProjectProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.ProjectProcessor
All Implemented Interfaces:
PropertyProcessor

public class ProjectProcessor
extends Object
implements PropertyProcessor

This processor is called *very* early in the Maven build lifecyle in order to augment the default set of Maven properties.


Constructor Summary
ProjectProcessor()
           
 
Method Summary
protected  void fixKSGroupIds(Properties properties)
           
 void process(Properties properties)
           
protected  void validate(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectProcessor

public ProjectProcessor()
Method Detail

process

public void process(Properties properties)
Specified by:
process in interface PropertyProcessor

validate

protected void validate(Properties properties)

fixKSGroupIds

protected void fixKSGroupIds(Properties properties)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.