|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface CustomStyleConfig
CustomStyleコンフィグ解析処理.
CustomStyleコンフィグ解析処理を提供します.
| メソッドの概要 | |
|---|---|
void |
clear()
オブジェクトクリア. |
void |
create(java.lang.String name)
カスタムログ生成処理. |
java.lang.String |
getCustomStyleDateFormat(int no)
カスタムスタイル日付フォーマットを取得. |
int |
getCustomStyleDateFormatLength()
カスタムスタイル日付フォーマット数を取得. |
java.lang.String |
getCustomStyleFormat()
カスタムスタイルフォーマットを取得. |
java.lang.String |
getCustomStyleFormatCategory(int no)
カスタムスタイルフォーマットカテゴリを取得. |
int |
getCustomStyleFormatCategoryLength()
カスタムスタイルフォーマットカテゴリ数を取得. |
char |
getCustomStyleLevelDebugChar()
カスタムスタイルログレベル:デバッグ1文字を取得. |
java.lang.String |
getCustomStyleLevelDebugString()
カスタムスタイルログレベル:デバッグ文字列を取得. |
char |
getCustomStyleLevelErrorChar()
カスタムスタイルログレベル:エラー1文字を取得. |
java.lang.String |
getCustomStyleLevelErrorString()
カスタムスタイルログレベル:エラー文字列を取得. |
char |
getCustomStyleLevelFatalChar()
カスタムスタイルログレベル:ファータル1文字を取得. |
java.lang.String |
getCustomStyleLevelFatalString()
カスタムスタイルログレベル:ファータル文字列を取得. |
char |
getCustomStyleLevelInfoChar()
カスタムスタイルログレベル:インフォメーション1文字を取得. |
java.lang.String |
getCustomStyleLevelInfoString()
カスタムスタイルログレベル:インフォメーション文字列を取得. |
char |
getCustomStyleLevelSystemChar()
カスタムスタイルログレベル:システム1文字を取得. |
java.lang.String |
getCustomStyleLevelSystemString()
カスタムスタイルログレベル:システム文字列を取得. |
char |
getCustomStyleLevelWarningChar()
カスタムスタイルログレベル:ワーニング1文字を取得. |
java.lang.String |
getCustomStyleLevelWarningString()
カスタムスタイルログレベル:ワーニング文字列を取得. |
java.lang.String |
getCustomStyleSpace()
カスタムスタイル桁埋め情報を取得. |
boolean |
isDefault()
デフォルトスタイルコンフィグチェック. |
boolean |
isSection(java.lang.String section)
対象セクション名存在チェック. |
boolean |
isUseSection()
定義ファイル[jrcserver.conf]で必要なセクション名群が有効であるかチェック. |
| メソッドの詳細 |
|---|
void create(java.lang.String name)
throws ExecutionException
name - オープン対象のファイル名を設定します.
ExecutionException - 実行例外.void clear()
java.lang.String getCustomStyleFormat()
java.lang.String getCustomStyleSpace()
java.lang.String getCustomStyleFormatCategory(int no)
no - 取得対象の項番を設定します.
int getCustomStyleFormatCategoryLength()
java.lang.String getCustomStyleDateFormat(int no)
no - 取得対象の項番を設定します.
int getCustomStyleDateFormatLength()
java.lang.String getCustomStyleLevelDebugString()
char getCustomStyleLevelDebugChar()
java.lang.String getCustomStyleLevelInfoString()
char getCustomStyleLevelInfoChar()
java.lang.String getCustomStyleLevelWarningString()
char getCustomStyleLevelWarningChar()
java.lang.String getCustomStyleLevelErrorString()
char getCustomStyleLevelErrorChar()
java.lang.String getCustomStyleLevelFatalString()
char getCustomStyleLevelFatalChar()
java.lang.String getCustomStyleLevelSystemString()
char getCustomStyleLevelSystemChar()
boolean isUseSection()
boolean isSection(java.lang.String section)
section - 対象のセクション名を設定します.
boolean isDefault()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||