Class Export

java.lang.Object
io.specmesh.cli.Export
All Implemented Interfaces:
Callable<Integer>

public class Export extends Object implements Callable<Integer>
Basic/incomplete export of the spec-api using a app-id prefix
  • Constructor Details

    • Export

      public Export()
  • Method Details

    • main

      public static void main(String[] args)
      Main method
      Parameters:
      args - args
    • call

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

      public io.specmesh.apiparser.model.ApiSpec state()
      get processed spec
      Returns:
      processed spec