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

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

Introduction

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

Prototype

StandardSystemProperty JAVA_VENDOR_URL

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

Click Source Link

Document

Java vendor URL.

Usage

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

public String getJavaVendorURL() {
    return getProperty(StandardSystemProperty.JAVA_VENDOR_URL);
}