Class ClientArguments


  • public class ClientArguments
    extends CommandLineParser
    Arguments accepted by the script debugging client.
    Since:
    3.0
    Author:
    Chris Jennings
    • Field Detail

      • host

        public java.lang.String host
      • port

        public int port
      • search

        public boolean search
    • Constructor Detail

      • ClientArguments

        public ClientArguments()
    • Method Detail

      • getUsageText

        public java.lang.String getUsageText()
        Description copied from class: CommandLineParser
        Returns the usage text to display when command line help is requested.
        Overrides:
        getUsageText in class CommandLineParser
        Returns:
        the help information to display, or null if none set
      • parse

        public void parse​(java.lang.Object target,
                          java.lang.String... args)
        Description copied from class: CommandLineParser
        Parses an application's command line arguments, filling in the matching public fields of target as appropriate.
        Overrides:
        parse in class CommandLineParser
        Parameters:
        target - the object whose fields will be filled in, or null to use this object
        args - the command line arguments to parse