Interface IArgumentInfoList

    • Method Detail

      • getArgument

        IArgumentInfo getArgument​(java.lang.String argumentName)
        Returns the argument definition given the name.
        Parameters:
        argumentName - name of the argument to get
        Returns:
        the argument definition with the specified name.
      • argumentsIterator

        java.util.Iterator<IArgumentInfo> argumentsIterator()
        Returns the iterator of argument definition. Each one is a list that contains IArgumentInfo.
        Returns:
        iterator of argument definition.