Package com.xwiki.antivirus.script
Class AntivirusScriptService
java.lang.Object
com.xwiki.antivirus.script.AntivirusScriptService
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component
@Named("antivirus")
@Singleton
public class AntivirusScriptService
extends Object
implements org.xwiki.script.service.ScriptService
Exposing Antivirus API to scripts.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AntivirusScriptService
public AntivirusScriptService()
-
-
Method Details
-
getDefaultAntivirusName
- Returns:
- the name of the
AntivirusEngineto use when scanning
-
getAntivirusNames
- Returns:
- the name of the available
AntivirusEngineimplementations that can be used while scanning
-