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

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

Introduction

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

Prototype

StandardSystemProperty JAVA_SPECIFICATION_NAME

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

Click Source Link

Document

Java Runtime Environment specification name.

Usage

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

public String getJavaSpecificationName() {
    return getProperty(StandardSystemProperty.JAVA_SPECIFICATION_NAME);
}