Class ExitCodeMapper


  • public final class ExitCodeMapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExitCodeMapper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ch.epfl.scala.bsp4j.StatusCode mapExitCode​(int exitCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExitCodeMapper

        public ExitCodeMapper()
    • Method Detail

      • mapExitCode

        public static ch.epfl.scala.bsp4j.StatusCode mapExitCode​(int exitCode)