Class SanitizingCheckResultOut

java.lang.Object
nablarch.test.tool.sanitizingcheck.out.SanitizingCheckResultOut

public final class SanitizingCheckResultOut extends Object
サニタイジングチェック結果をXMLに出力する。
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    outToXml(Map<String,List<String>> sanitizingCheckMessages, String xmlPath)
    サニタイジングチェック結果をXMLファイルに出力する。
    引数のMap<String, List>インスタンスは次のものとする。
    キー値にはJSP名、バリュー値には当該JSPにて検知したエラーメッセージのリストが格納されている。

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • outToXml

      public static void outToXml(Map<String,List<String>> sanitizingCheckMessages, String xmlPath)
      サニタイジングチェック結果をXMLファイルに出力する。
      引数のMap<String, List>インスタンスは次のものとする。
      キー値にはJSP名、バリュー値には当該JSPにて検知したエラーメッセージのリストが格納されている。
      Parameters:
      sanitizingCheckMessages - サニタイジングチェック結果エラーメッセージ
      xmlPath - 出力先XMLファイル