- All Superinterfaces:
-
io.bootique.BQModule
class VersionCommandModule
extends java.lang.Object
implements io.bootique.BQModule
Module for the command for printing out the version.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Constructor Summary
Constructor and description |
new |
Action Summary
Constructor Details
- new
-
new
Action Details
- configure(Binder)
-
def configure(Binder)
- provideVersionCommand(BootLogger)
-
def provideVersionCommand(BootLogger) : VersionCommand
Provide the command for displaying the version.
- Parameters:
-
bootLogger -
- Returns:
-