Example usage for com.liferay.portal.util PropsValues DL_STORE_ANTIVIRUS_IMPL

List of usage examples for com.liferay.portal.util PropsValues DL_STORE_ANTIVIRUS_IMPL

Introduction

In this page you can find the example usage for com.liferay.portal.util PropsValues DL_STORE_ANTIVIRUS_IMPL.

Prototype

String DL_STORE_ANTIVIRUS_IMPL

To view the source code for com.liferay.portal.util PropsValues DL_STORE_ANTIVIRUS_IMPL.

Click Source Link

Usage

From source file:com.liferay.portlet.documentlibrary.antivirus.AntivirusScannerImpl.java

License:Open Source License

public AntivirusScannerImpl() {
    super((AntivirusScanner) InstancePool.get(PropsValues.DL_STORE_ANTIVIRUS_IMPL));
}