Package com.infoteria.asteria.flowengine2.resource

Interface Summary
MessageFormat 指定のコードに対応するメッセージを取得するためのインターフェースです。
 

Class Summary
CompileInfo 主にコンパイル時の情報やエラーを出力するためのコードです。 The codes mainly represents the information output while compilation or is used to output errors.
EngineInfo 主にフローエンジン本体の出力する情報のためのコードです。 The codes mainly represents the information output by the Flow Engine.
ExecuteInfo フローの実行時に発生する情報やエラーを出力するためのコードです。 The codes are used to output information or error while the Flow is running.
MessageFormatByResource ResourceBundleを使用するMessageFormatの実装です。