@groovy.transform.CompileStatic class CmdLineArgumentSpecEntry extends Object implements Comparable<CmdLineArgumentSpecEntry>
Representation of a command-line specification and its order in processing.
| Type | Name and description |
|---|---|
CmdlineArgumentSpec |
argumentSpec |
String |
name |
Integer |
order |
| Constructor and description |
|---|
CmdLineArgumentSpecEntry
(String name, Integer order, CmdlineArgumentSpec spec) |
Groovy Documentation