Class VersionProvider
java.lang.Object
de.gustavblass.nginx.ipguard4j.cli.VersionProvider
- All Implemented Interfaces:
picocli.CommandLine.IVersionProvider
Tells the
CommandLine library how the Main.VERSION.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VersionProvider
public VersionProvider()
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfacepicocli.CommandLine.IVersionProvider- Returns:
- An array with Main#VERSION as the only item.
-