org.jenkinsci.plugins.nopmdcheck.checker
クラス Checker

java.lang.Object
  上位を拡張 org.jenkinsci.plugins.nopmdcheck.checker.Checker
すべての実装されたインタフェース:
hudson.FilePath.FileCallable<CheckResult>, Serializable
直系の既知のサブクラス:
SimpleGrepChecker

public abstract class Checker
extends Object
implements hudson.FilePath.FileCallable<CheckResult>

関連項目:
直列化された形式

フィールドの概要
protected  Logger logger
           
 
コンストラクタの概要
Checker()
           
 
メソッドの概要
protected  CheckResult canonicalName(File src)
           
abstract  CheckResult check(File file)
           
 String getSuffix()
           
 CheckResult invoke(File file, hudson.remoting.VirtualChannel channel)
           
 void setSuffix(String suffix)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

logger

protected Logger logger
コンストラクタの詳細

Checker

public Checker()
メソッドの詳細

getSuffix

public String getSuffix()

setSuffix

public void setSuffix(String suffix)

invoke

public CheckResult invoke(File file,
                          hudson.remoting.VirtualChannel channel)
                   throws IOException,
                          InterruptedException
定義:
インタフェース hudson.FilePath.FileCallable<CheckResult> 内の invoke
例外:
IOException
InterruptedException

canonicalName

protected CheckResult canonicalName(File src)

check

public abstract CheckResult check(File file)
                           throws IOException
例外:
IOException


Copyright © 2004-2012. All Rights Reserved.