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