Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.antivirus
Class BaseInputStreamAntivirusScanner

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.antivirus.BaseInputStreamAntivirusScanner
All Implemented Interfaces:
AntivirusScanner

public abstract class BaseInputStreamAntivirusScanner
extends Object
implements AntivirusScanner


Constructor Summary
BaseInputStreamAntivirusScanner()
           
 
Method Summary
 boolean isActive()
           
 void scan(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.documentlibrary.antivirus.AntivirusScanner
scan, scan
 

Constructor Detail

BaseInputStreamAntivirusScanner

public BaseInputStreamAntivirusScanner()
Method Detail

isActive

public boolean isActive()
Specified by:
isActive in interface AntivirusScanner

scan

public void scan(File file)
          throws AntivirusScannerException,
                 SystemException
Specified by:
scan in interface AntivirusScanner
Throws:
AntivirusScannerException
SystemException

Liferay 6.1.2-ce-ga3