net.flexmojos.oss.compiler.command
Class Result

java.lang.Object
  extended by net.flexmojos.oss.compiler.command.Result

public class Result
extends Object


Constructor Summary
Result()
           
 
Method Summary
 void checkException()
           
 int getExitCode()
           
 void setException(Exception exception)
           
 void setExitCode(int exitCode)
           
 void setThread(Thread t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result()
Method Detail

getExitCode

public int getExitCode()
                throws Exception
Throws:
Exception

setExitCode

public void setExitCode(int exitCode)

checkException

public void checkException()
                    throws Exception
Throws:
Exception

setException

public void setException(Exception exception)

setThread

public void setThread(Thread t)


Copyright © 2008-2012 flexmojos. All Rights Reserved.