-
- Enclosing class:
- CommandLine
public static interface CommandLine.IVersionProvider
Provides version information for a command. Commands may configure a provider with theCommandLine.Command.versionProvider()
annotation attribute.- Since:
- 2.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
getVersion()
Returns version information for a command.
-