This class holds attributes added by {@link ArgumentParser#parseArgs(String[])}.
It is just a wrapper of {@link Map} object which stores actual attributes.{@link Map} object can be retrieved using {@link #getAttrs()}. This class provides several shortcut methods to get attribute values. {@link #toString()} provides nice textual representation of storedattributes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|