|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface LogDateFormat
ログ出力時の日付フォーマット管理インターフェイス.
ログ出力カテゴリの日付フォーマット管理インターフェイスを提供します.
| メソッドの概要 | |
|---|---|
void |
add(java.lang.String format)
日付・時間出力情報のフォーマットを追加. |
void |
clear()
情報のクリア. |
DateTimeFormat |
getDateTime(int no)
日付・時間情報管理オブジェクトの取得. |
java.lang.String |
getFormat(int no)
日付・時間出力情報のフォーマットを取得. |
java.lang.String |
getString(int no)
日付・時間情報管理文字の取得. |
int |
length()
日付・時間出力情報の格納フォーマット数を取得します. |
void |
remove(int no)
日付・時間情報管理情報を削除. |
| メソッドの詳細 |
|---|
void clear()
void add(java.lang.String format)
throws InputException,
ReadSyntaxException
format - 日付・時間出力情報のフォーマット情報を追加します.
InputException - 入力例外.
ReadSyntaxException - 読み込み構文例外.
java.lang.String getFormat(int no)
throws InputException
no - 取得対象の項番を指定します.
InputException - 入力例外.
DateTimeFormat getDateTime(int no)
throws InputException
no - 取得対象の項番を指定します.
InputException - 入力例外.
java.lang.String getString(int no)
throws InputException
no - 取得対象の項番を指定します.
InputException - 入力例外.
void remove(int no)
throws InputException
InputException - 入力例外.int length()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||