org.jenkinsci.plugins.clamav.scanner
クラス ClamAvScanner

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.clamav.scanner.ClamAvScanner

public class ClamAvScanner
extends Object

ClamAv Scanner

作成者:
Seiji Sogabe
関連項目:
http://www.clamav.net/doc/latest/html/node28.html

コンストラクタの概要
ClamAvScanner(String host)
           
ClamAvScanner(String host, int port)
           
ClamAvScanner(String host, int port, int timeout)
           
 
メソッドの概要
 boolean ping()
           
 ScanResult scan(File file)
           
 ScanResult scan(InputStream file)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ClamAvScanner

public ClamAvScanner(String host,
                     int port,
                     int timeout)

ClamAvScanner

public ClamAvScanner(String host,
                     int port)

ClamAvScanner

public ClamAvScanner(String host)
メソッドの詳細

ping

public boolean ping()

scan

public ScanResult scan(InputStream file)

scan

public ScanResult scan(File file)
                throws IOException
例外:
IOException


Copyright © 2004-2011. All Rights Reserved.