Class CommandLineArguments


  • @Command(name="vespa-http-client",
             description="This is a tool for feeding xml or json data to a Vespa application.")
    public class CommandLineArguments
    extends java.lang.Object
    Commandline interface for the binary.
    Author:
    dybis
    • Constructor Detail

      • CommandLineArguments

        public CommandLineArguments()
    • Method Detail

      • getFile

        public java.lang.String getFile()
      • getVerbose

        public boolean getVerbose()
      • getAddRootElementToXml

        public boolean getAddRootElementToXml()