java.lang.Object
org.jruby.main.Main.Status
- Direct Known Subclasses:
Main.Status
- Enclosing class:
Main
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Status
public Status(int status) Creates a status object with the specified value and with explicit exit flag. An exit flag means that Kernel.exit() has been explicitly invoked during the run.- Parameters:
status- The status value.
-
Status
public Status()Creates a status object with 0 value and no explicit exit flag.
-
-
Method Details
-
isExit
public boolean isExit() -
getStatus
public int getStatus()
-