- java.lang.Object
-
- de.sormuras.bartholdy.Result.Builder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.sormuras.bartholdy.Result
Result.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExitCode()Result.BuildersetExitCode(int exitCode)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.sormuras.bartholdy.Result
-
-
-
-
Method Detail
-
getExitCode
public int getExitCode()
- Specified by:
getExitCodein interfaceResult
-
setExitCode
public Result.Builder setExitCode(int exitCode)
-
-