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
|
メソッドの概要 |
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.