Class RapperArgs

java.lang.Object
org.aksw.jenax.shellgebra.cmd.RapperArgs

public class RapperArgs extends Object
Picocli model that mimics rapper args.
  • Constructor Details

    • RapperArgs

      public RapperArgs()
  • Method Details

    • getInputFormat

      public String getInputFormat()
    • getOutputFormat

      public String getOutputFormat()
    • getInputFile

      public String getInputFile()
    • getBaseUrl

      public String getBaseUrl()
    • getUnmatchedArgs

      public List<String> getUnmatchedArgs()
    • renderArgList

      public static org.aksw.shellgebra.shim.core.ArgumentList renderArgList(RapperArgs model)
    • readsStdin

      public static boolean readsStdin(RapperArgs args)
    • isStdInFile

      public static boolean isStdInFile(String inputFile)
    • parse

      public static org.aksw.shellgebra.shim.core.ArgsModular<RapperArgs> parse(String... args)
    • toString

      public String toString()
      Overrides:
      toString in class Object