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

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

Introduction

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

Prototype

StandardSystemProperty JAVA_SPECIFICATION_VENDOR

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

Click Source Link

Document

Java Runtime Environment specification vendor.

Usage

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

public String getJavaSpecificationVendor() {
    return getProperty(StandardSystemProperty.JAVA_SPECIFICATION_VENDOR);
}