jp.ne.mki.wedge.pub.vfunit.reporter
クラス AbstractHtmlReportConverter

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.pub.vfunit.reporter.AbstractHtmlReportConverter
すべての実装されたインタフェース:
IReportConverter
直系の既知のサブクラス:
HtmlConverter_Table, HtmlConverter_Tree, ProcessWriter

public abstract class AbstractHtmlReportConverter
extends java.lang.Object
implements IReportConverter


フィールドの概要
protected  java.lang.String charSet
           
protected  org.w3c.dom.Node root
           
protected  java.lang.String writeFilePath
           
protected  java.io.PrintWriter writer
           
 
インタフェース jp.ne.mki.wedge.pub.vfunit.reporter.IReportConverter から継承されたフィールド
NODE_TEST_CASE, NODE_TEST_SUITE
 
コンストラクタの概要
AbstractHtmlReportConverter()
           
 
メソッドの概要
 void convert(java.lang.String xmlFilePath, java.io.File writeFile)
          XML情報をに書き込み
protected  java.io.PrintWriter createWriter(java.io.File writeFile)
          PrintWriter作成
 java.lang.String getCharSet()
          CharSetを取得
protected  java.lang.String getImageHtml(java.lang.String status)
           
 java.lang.String getRootNodeName()
          Rootのノード取得XsltPathを取得
 java.lang.String getWriteFileName()
          出力するFile名称を取得
 java.lang.String getWriteFilePath()
          出力するFileパスを取得
protected  java.lang.String getXmlFormat(java.lang.String value)
           
protected  void print(java.lang.String value)
           
protected  void println(java.lang.String value)
           
 void setCharSet(java.lang.String charSet)
          CharSetをを設定
 void setWriteFileName(java.lang.String writeFileName)
          出力するFile名称を設定
 void setWriteFilePath(java.lang.String writeFilePath)
          出力するFilePathを設定
protected abstract  void writeBody()
          Body部分の書き込み
protected  void writeDateAndIpAddress()
          日付+実行マシンIPアドレスの表示
protected  void writeProperty()
          プロパティの書き込み
protected  void writerHead()
          Header部分の書き込み
protected  void writeStyleSheet()
          Headerに埋め込むStyleSheetの書き込み
protected  void writeSummary()
          Summaryの書き込み
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

writer

protected java.io.PrintWriter writer

charSet

protected java.lang.String charSet

writeFilePath

protected java.lang.String writeFilePath

root

protected org.w3c.dom.Node root
コンストラクタの詳細

AbstractHtmlReportConverter

public AbstractHtmlReportConverter()
メソッドの詳細

createWriter

protected java.io.PrintWriter createWriter(java.io.File writeFile)
                                    throws java.lang.Exception
PrintWriter作成

パラメータ:
reportDirectory -
例外:
java.lang.Exception

writerHead

protected void writerHead()
                   throws java.lang.Exception
Header部分の書き込み

例外:
java.lang.Exception

writeBody

protected abstract void writeBody()
                           throws java.lang.Exception
Body部分の書き込み

例外:
java.lang.Exception

convert

public void convert(java.lang.String xmlFilePath,
                    java.io.File writeFile)
             throws java.lang.Exception
XML情報をに書き込み

定義:
インタフェース IReportConverter 内の convert
パラメータ:
xmlFilePath -
writeFile -
例外:
java.lang.Exception

getRootNodeName

public java.lang.String getRootNodeName()
Rootのノード取得XsltPathを取得

戻り値:

writeDateAndIpAddress

protected void writeDateAndIpAddress()
                              throws java.lang.Exception
日付+実行マシンIPアドレスの表示

例外:
java.lang.Exception

writeSummary

protected void writeSummary()
                     throws java.lang.Exception
Summaryの書き込み

例外:
java.lang.Exception

writeProperty

protected void writeProperty()
                      throws java.lang.Exception
プロパティの書き込み

例外:
java.lang.Exception

writeStyleSheet

protected void writeStyleSheet()
                        throws java.lang.Exception
Headerに埋め込むStyleSheetの書き込み

例外:
java.lang.Exception

println

protected void println(java.lang.String value)

print

protected void print(java.lang.String value)

getXmlFormat

protected java.lang.String getXmlFormat(java.lang.String value)

getImageHtml

protected java.lang.String getImageHtml(java.lang.String status)

getCharSet

public java.lang.String getCharSet()
CharSetを取得

戻り値:

setCharSet

public void setCharSet(java.lang.String charSet)
CharSetをを設定

パラメータ:
charSet -

getWriteFilePath

public java.lang.String getWriteFilePath()
出力するFileパスを取得

戻り値:

setWriteFilePath

public void setWriteFilePath(java.lang.String writeFilePath)
出力するFilePathを設定

パラメータ:
writeFilePath -

getWriteFileName

public java.lang.String getWriteFileName()
出力するFile名称を取得

戻り値:

setWriteFileName

public void setWriteFileName(java.lang.String writeFileName)
出力するFile名称を設定

パラメータ:
writeFileName -