org.kuali.maven.mojo.context
Class ResultContext

java.lang.Object
  extended by org.kuali.maven.mojo.context.ResultContext

public class ResultContext
extends Object


Constructor Summary
ResultContext()
           
ResultContext(Integer returnCode, org.apache.maven.plugin.MojoExecutionException exception)
           
ResultContext(Integer returnCode, org.apache.maven.plugin.MojoExecutionException exception, String fileContents)
           
 
Method Summary
 org.apache.maven.plugin.MojoExecutionException getException()
           
 String getFileContents()
           
 Integer getReturnCode()
           
 void setException(org.apache.maven.plugin.MojoExecutionException exception)
           
 void setFileContents(String fileContents)
           
 void setReturnCode(Integer returnCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.