jp.oarts.pirka.iop.tool.core.tools.text
クラス HtmlTextCreator
java.lang.Object
jp.oarts.pirka.iop.tool.core.tools.text.TextCreator
jp.oarts.pirka.iop.tool.core.tools.text.HtmlTextCreator
public class HtmlTextCreator
- extends TextCreator
クラス jp.oarts.pirka.iop.tool.core.tools.text.TextCreator から継承されたフィールド |
baseTextName, CHANGE_AFTER_CHAR_STRING, CHANGE_MARK_STRING, CHANGE_PRE_CHAR_STRING, COMMENT_CHAR, commonParamMap, logger, MARK_CHAR, MARK_STRING, MARK2_STRING, paramMap, suffix, textCreatorMap, textMap, TITLE_CHAR |
メソッドの概要 |
protected java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> |
analyze(java.io.Reader reader)
リソースファイルの解析 |
static void |
main(java.lang.String[] args)
|
クラス jp.oarts.pirka.iop.tool.core.tools.text.TextCreator から継承されたメソッド |
analyze, clearCommonParameter, clearParameter, getMap, getText, getText, init, putMap, setCommonParameter, setParameter, setParameter |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTextCreator
public HtmlTextCreator()
throws InterfaceException
- 例外:
InterfaceException
HtmlTextCreator
public HtmlTextCreator(java.lang.String resourceName,
java.lang.String charSet)
throws InterfaceException
- コンストラクタ
- パラメータ:
textName
-
- 例外:
InterfaceException
HtmlTextCreator
public HtmlTextCreator(java.io.InputStream is,
java.lang.String charSet)
throws InterfaceException
- コンストラクタ
- パラメータ:
textName
-
- 例外:
InterfaceException
HtmlTextCreator
public HtmlTextCreator(byte[] buff,
java.lang.String charSet)
throws InterfaceException
- コンストラクタ
- パラメータ:
textName
-
- 例外:
InterfaceException
analyze
protected java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> analyze(java.io.Reader reader)
throws InterfaceException
- リソースファイルの解析
- パラメータ:
resourceName
- リソースファイル名
- 戻り値:
- 解析されたマップ(キー:タイトル名、値:タイトル内の行)
- 例外:
InterfaceException
main
public static void main(java.lang.String[] args)