io.sarl.apputils.bootiqueapp.version
Class VersionCommandModule
All Superinterfaces:
io.bootique.di.BQModule
class VersionCommandModule
extends java.lang.Object
implements io.bootique.di.BQModule
Module for the command for printing out the version.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
bootiqueapp
Since:
0.8
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
void configure(Binder)
VersionCommand provideVersionCommand(BootLogger)
Provide the command for displaying the version.
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 - the logger.
Returns:
the command.