Class Shellcheck.Result

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

    • exitCode

      public final int exitCode
    • stdout

      public final java.nio.file.Path stdout
    • stderr

      public final java.nio.file.Path stderr
  • Constructor Details

    • Result

      public Result​(int exitCode, java.nio.file.Path stdout, java.nio.file.Path stderr)
  • Method Details

    • isNotOk

      public boolean isNotOk()