Class BuildReply

java.lang.Object
com.iizix.run.common.BuildReply

public class BuildReply extends Object
Return value with potential error or message.
Author:
Christopher Mindus
  • Field Details

    • OK

      public static final BuildReply OK
      The OK result.
    • CANCEL

      public static final BuildReply CANCEL
      The Canceled result.
    • rc

      public final BuildRC rc
      The return code.
    • message

      public final String message
      The message, never null.
  • Constructor Details

  • Method Details

    • isOK

      public boolean isOK()
      Checks if OK.
      Returns:
      true if return code is OK, false otherwise.
    • toString

      public String toString()
      Outputs to string.
      Overrides:
      toString in class Object
      Returns:
      The string.