hudson.plugins.phing.console
クラス PhingConsoleAnnotator
java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
hudson.plugins.phing.console.PhingConsoleAnnotator
- すべての実装されたインタフェース:
- Closeable, Flushable
public class PhingConsoleAnnotator
- extends hudson.console.LineTransformationOutputStream
Filter OutputStream that places an annotation that marks Phing target execution.
- 作成者:
- Seiji Sogabe
|
メソッドの概要 |
void |
close()
|
protected void |
eol(byte[] b,
int len)
|
| クラス hudson.console.LineTransformationOutputStream から継承されたメソッド |
forceEol, trimEOL, write, write |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhingConsoleAnnotator
public PhingConsoleAnnotator(OutputStream out,
Charset charset)
eol
protected void eol(byte[] b,
int len)
throws IOException
- 定義:
- クラス
hudson.console.LineTransformationOutputStream 内の eol
- 例外:
IOException
close
public void close()
throws IOException
- 定義:
- インタフェース
Closeable 内の close - オーバーライド:
- クラス
hudson.console.LineTransformationOutputStream 内の close
- 例外:
IOException
Copyright © 2004-2012. All Rights Reserved.