java.lang.Object
dev.dimlight.maven.plugin.shellcheck.Shellcheck.Result
- Enclosing class:
- Shellcheck
public static class Shellcheck.Result
extends java.lang.Object
The results of a shellcheck run.
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
int |
exitCode |
|
java.nio.file.Path |
stderr |
|
java.nio.file.Path |
stdout |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
Result(int exitCode,
java.nio.file.Path stdout,
java.nio.file.Path stderr) |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
isNotOk() |
|
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
public final int exitCode
-
public final java.nio.file.Path stdout
-
public final java.nio.file.Path stderr
-
Constructor Details
-
public Result(int exitCode,
java.nio.file.Path stdout,
java.nio.file.Path stderr)
-