Class CommandLineArguments

java.lang.Object
com.yahoo.vespa.http.client.runner.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 Object
Commandline interface for the binary.
Author:
dybis
  • Constructor Details

    • CommandLineArguments

      public CommandLineArguments()
  • Method Details

    • getFile

      public String getFile()
    • getVerbose

      public boolean getVerbose()
    • getIgnoreConditionNotMet

      public boolean getIgnoreConditionNotMet()
    • getAddRootElementToXml

      public boolean getAddRootElementToXml()