org.kuali.maven.mojo.context
Class ResultContext
java.lang.Object
org.kuali.maven.mojo.context.ResultContext
public class ResultContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultContext
public ResultContext()
ResultContext
public ResultContext(Integer returnCode,
org.apache.maven.plugin.MojoExecutionException exception)
ResultContext
public ResultContext(Integer returnCode,
org.apache.maven.plugin.MojoExecutionException exception,
String fileContents)
getReturnCode
public Integer getReturnCode()
setReturnCode
public void setReturnCode(Integer returnCode)
getException
public org.apache.maven.plugin.MojoExecutionException getException()
setException
public void setException(org.apache.maven.plugin.MojoExecutionException exception)
getFileContents
public String getFileContents()
setFileContents
public void setFileContents(String fileContents)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.