|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.JRcServer.sys.log.custom.base.LogDateFormatObj
public class LogDateFormatObj
ログ出力時の日付フォーマット管理実装.
ログ出力カテゴリの日付フォーマット管理を実装.
| コンストラクタの概要 | |
|---|---|
LogDateFormatObj()
コンストラクタ. |
|
| メソッドの概要 | |
|---|---|
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)
日付・時間情報管理情報を削除. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public LogDateFormatObj()
| メソッドの詳細 |
|---|
public final void clear()
LogDateFormat 内の clear
public final void add(java.lang.String format)
throws InputException,
ReadSyntaxException
LogDateFormat 内の addformat - 日付・時間出力情報のフォーマット情報を追加します.
InputException - 入力例外.
ReadSyntaxException - 読み込み構文例外.
public final java.lang.String getFormat(int no)
throws InputException
LogDateFormat 内の getFormatno - 取得対象の項番を指定します.
InputException - 入力例外.
public final DateTimeFormat getDateTime(int no)
throws InputException
LogDateFormat 内の getDateTimeno - 取得対象の項番を指定します.
InputException - 入力例外.
public final java.lang.String getString(int no)
throws InputException
LogDateFormat 内の getStringno - 取得対象の項番を指定します.
InputException - 入力例外.
public final void remove(int no)
throws InputException
LogDateFormat 内の removeInputException - 入力例外.public final int length()
LogDateFormat 内の length
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||