Example usage for com.google.common.base StandardSystemProperty OS_VERSION

List of usage examples for com.google.common.base StandardSystemProperty OS_VERSION

Introduction

In this page you can find the example usage for com.google.common.base StandardSystemProperty OS_VERSION.

Prototype

StandardSystemProperty OS_VERSION

To view the source code for com.google.common.base StandardSystemProperty OS_VERSION.

Click Source Link

Document

Operating system version.

Usage

From source file:org.killbill.billing.server.updatechecker.ClientInfo.java

public String getOSVersion() {
    return getProperty(StandardSystemProperty.OS_VERSION);
}