Class SubCommandValidateJar

java.lang.Object
com.yelloowstone.nf2t.cli.jars.SubCommandValidateJar
All Implemented Interfaces:
Callable<Integer>, picocli.CommandLine.IVersionProvider

public class SubCommandValidateJar extends Object implements Callable<Integer>, picocli.CommandLine.IVersionProvider
  • Constructor Details

    • SubCommandValidateJar

      public SubCommandValidateJar()
  • Method Details

    • getVersion

      public String[] getVersion() throws Exception
      Specified by:
      getVersion in interface picocli.CommandLine.IVersionProvider
      Throws:
      Exception
    • call

      public Integer call() throws Exception
      Specified by:
      call in interface Callable<Integer>
      Throws:
      Exception
    • getMapper

      public com.fasterxml.jackson.databind.ObjectMapper getMapper()