Example usage for io.vertx.core.impl.launcher.commands VersionCommand getVersion

List of usage examples for io.vertx.core.impl.launcher.commands VersionCommand getVersion

Introduction

In this page you can find the example usage for io.vertx.core.impl.launcher.commands VersionCommand getVersion.

Prototype

public static String getVersion() 

Source Link

Document

Reads the version from the vertx-version.txt file.

Usage

From source file:io.apiman.gateway.platforms.vertx3.ApimanVersionCommand.java

License:Apache License

@Override
public void run() throws CLIException {
    log.info("Apiman " + getApimanVersion());
    log.info("Vert.x " + VersionCommand.getVersion());
}