hudson.plugins.phing.console
クラス PhingConsoleAnnotator

java.lang.Object
  上位を拡張 java.io.OutputStream
      上位を拡張 hudson.console.LineTransformationOutputStream
          上位を拡張 hudson.plugins.phing.console.PhingConsoleAnnotator
すべての実装されたインタフェース:
java.io.Closeable, java.io.Flushable

public class PhingConsoleAnnotator
extends hudson.console.LineTransformationOutputStream

Filter OutputStream that places an annotation that marks Phing target execution.

作成者:
Seiji Sogabe

コンストラクタの概要
PhingConsoleAnnotator(java.io.OutputStream out, java.nio.charset.Charset charset)
           
 
メソッドの概要
 void close()
           
protected  void eol(byte[] b, int len)
           
 
クラス hudson.console.LineTransformationOutputStream から継承されたメソッド
forceEol, trimEOL, write, write
 
クラス java.io.OutputStream から継承されたメソッド
flush, write
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PhingConsoleAnnotator

public PhingConsoleAnnotator(java.io.OutputStream out,
                             java.nio.charset.Charset charset)
メソッドの詳細

eol

protected void eol(byte[] b,
                   int len)
            throws java.io.IOException
定義:
クラス hudson.console.LineTransformationOutputStream 内の eol
例外:
java.io.IOException

close

public void close()
           throws java.io.IOException
定義:
インタフェース java.io.Closeable 内の close
オーバーライド:
クラス hudson.console.LineTransformationOutputStream 内の close
例外:
java.io.IOException


Copyright © 2010. All Rights Reserved.