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

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

Introduction

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

Prototype

StandardSystemProperty JAVA_VM_SPECIFICATION_VENDOR

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

Click Source Link

Document

Java Virtual Machine specification vendor.

Usage

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

public String getJavaVMSpecificationVendor() {
    return getProperty(StandardSystemProperty.JAVA_VM_SPECIFICATION_VENDOR);
}