public class GfshCommandDescriptorReader
extends Object
TODO
1. Make it options more configurable add probability in command
descriptor so that options get tested with good probability instead of random
chances : DONE
2. Add a way to specify inter-dependency on other options.
This will override probability. Also support illustrated usage : DONE
3. Support -J type arguments
4. Support attr=value typed properties
5. Support Gfsh shell parameters for ex. when region name is not specified, it is taken
from Gfsh context (set using use region command)
6. Support specifying values as a part of descriptor for options so as to control
command generation in more complete fashion