net.flexmojos.oss.compiler.command
Class Result
java.lang.Object
net.flexmojos.oss.compiler.command.Result
public class Result
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Result
public Result()
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.