Class NonMessageExitStatus

java.lang.Object
gov.nist.secauto.metaschema.cli.processor.AbstractExitStatus
gov.nist.secauto.metaschema.cli.processor.NonMessageExitStatus
All Implemented Interfaces:
ExitStatus

An ExitStatus implementation that represents a status without an associated message.

This implementation is useful when only the exit code needs to be communicated, without additional context or explanation.

  • Method Details

    • getMessage

      public String getMessage()
      Get the associated message, or null if there is no message.
      Returns:
      null as this implementation does not support messages