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

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

Introduction

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

Prototype

StandardSystemProperty JAVA_VM_SPECIFICATION_NAME

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

Click Source Link

Document

Java Virtual Machine specification name.

Usage

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

public String getJavaVMSpecificationName() {
    return getProperty(StandardSystemProperty.JAVA_VM_SPECIFICATION_NAME);
}