Class ArgumentList


  • public class ArgumentList
    extends java.lang.Object
    List of arguments with various tools.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void consume​(int offset)  
      java.lang.String get​(int i)  
      int remaining()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArgumentList

        public ArgumentList​(java.lang.String... args)
    • Method Detail

      • remaining

        public int remaining()
      • get

        public java.lang.String get​(int i)
      • consume

        public void consume​(int offset)