パッケージ woolpack.utils

共通で使用するインターフェイスとその実装/コレクションフレームワークの拡張が含まれる。

参照先:
          説明

インタフェースの概要
EmbeddingResolveable メッセージの埋め込みを解決するリゾルバを表す。
InputStreamFactory InputStreamのファクトリ。
ReaderFactory Readerのファクトリ。
Switchable<K,V> 値に インタープリタ デザインパターンの Expression 役を割り当てることにより スイッチ(java 言語の switch のような機能)を表現する。
 

クラスの概要
AppendableWriter WriterからAppendableへのアダプタ。
BranchInputStreamFactory id で委譲先を分岐するInputStreamFactory
DelegationCollection<T> 委譲先に委譲するCollection
DelegationMap<K,V> 委譲先に委譲するMap
DelegationSet<T> 委譲先に委譲するSet
EmbeddingResolver メッセージの埋め込みを解決するプロセッサの正規表現を使用した簡易実装。
FixSwitch<K,V> 固定値を返すSwitchable
InputStreamReaderFactory 委譲先InputStreamFactoryInputStreamを生成してReaderに変換するReaderFactory
IOExceptionReaderFactory IOExceptionを投げるReaderFactory
KeyIteratorMap<K,V> キーのIteratorを用いるMapのスケルトン実装。
MapBuilder<K,V> Mapのビルダ。
MapIterableMap<K,V> Mapの一覧を重ねたMap
NullInputStreamFactory null を返すInputStreamFactory
NullReaderFactory null を返すReaderFactory
PropertyUtils 静的メソッドの集まり。
StringInputStreamFactory 文字列のバイト配列表現を返すReaderFactory
StringReaderFactory StringReaderを返すReaderFactory
SwitchBuilder<K,V> Switchableの生成器。
UtilsConstants 静的メソッドの集まり。
XPathWrapper XPathのラッパークラス。
 

パッケージ woolpack.utils の説明

共通で使用するインターフェイスとその実装/コレクションフレームワークの拡張が含まれる。