content-notifier
b2006102501
B C D G H I M N O P R S

B

binder(String, String, String) - class org.phosphoresce.contentnotifier.util.StringUtil の static メソッド
指定された文字列内の指定されたキーに指定された値を挿入して提供します。

C

CheckStrategy - interface org.phosphoresce.contentnotifier.strategy.CheckStrategy.
メール通知対象かの判断処理を行う為のインタフェース
ContentCheckException - exception org.phosphoresce.contentnotifier.exception.ContentCheckException.
コンテンツチェック処理時の例外クラス
ContentCheckException() - class org.phosphoresce.contentnotifier.exception.ContentCheckException のコンストラクタ
コンストラクタ
ContentCheckException(String, Throwable) - class org.phosphoresce.contentnotifier.exception.ContentCheckException のコンストラクタ
コンストラクタ
ContentCheckException(String) - class org.phosphoresce.contentnotifier.exception.ContentCheckException のコンストラクタ
コンストラクタ
ContentCheckException(Throwable) - class org.phosphoresce.contentnotifier.exception.ContentCheckException のコンストラクタ
コンストラクタ
ContentNotifier - class org.phosphoresce.contentnotifier.ContentNotifier.
コンテンツチェックメール通知アプリケーション起動クラス
ContentNotifier() - class org.phosphoresce.contentnotifier.ContentNotifier のコンストラクタ
 
ContentNotifierConstants - interface org.phosphoresce.contentnotifier.ContentNotifierConstants.
コンテンツチェック通知アプリケーション共通定数クラス
ContentStringCheckStrategy - class org.phosphoresce.contentnotifier.strategy.ContentStringCheckStrategy.
指定されたファイルに特定の文字列が含まれている場合に通知するクラス
ContentStringCheckStrategy(String) - class org.phosphoresce.contentnotifier.strategy.ContentStringCheckStrategy のコンストラクタ
コンストラクタ
check() - interface org.phosphoresce.contentnotifier.strategy.CheckStrategy のメソッド
通知対象となるかチェックを行います。
check() - class org.phosphoresce.contentnotifier.strategy.ContentStringCheckStrategy のメソッド
指定されたファイルに指定された文字列が含まれる場合にfalseを返却します。

D

DEFAULT_CHARSET - class org.phosphoresce.contentnotifier.setting.MailSetting の static 変数
ディフォルト文字コード
DEFAULT_PROPERTIES - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
ディフォルトプロパティファイル

G

getCheckStrategy() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
チェック処理クラスを取得します。
getDate() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
処理日付を取得します。
getMailAddressFrom() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
送信元アドレスを取得します。
getMailAddressTo() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
送信先アドレス配列を取得します。
getMailAttach() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール添付ファイルパス配列を取得します。
getMailCharset() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール文字コードを取得します。
getMailDate() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
送信日付を取得します。
getMailSetting() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
メール設定を取得します。
getMailSmtp() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
SMTPサーバを取得します。
getMailSubject() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール題名を取得します。
getMailTemplate() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール本文テンプレートを取得します。
getMailTemplateFile() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール本文テンプレートファイルを取得します。
getName() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
処理名称を取得します。
getOnerrorAddressFrom() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール送信元アドレスを取得します。
getOnerrorAddressTo() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール送信先アドレスを取得します。
getOnerrorLogfile() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時の出力ログファイルパスを取得します。
getOnerrorMessage() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメッセージを取得します。
getOnerrorSubject() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール表題を取得します。
getParent() - class org.phosphoresce.contentnotifier.exception.ContentCheckException のメソッド
ルートケース例外を取得します。
getParent() - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のメソッド
ルートケース例外を取得します。
getParent() - class org.phosphoresce.contentnotifier.exception.MailSendingException のメソッド
ルートケース例外を取得します。
getParent() - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のメソッド
ルートケース例外を取得します。
getParent() - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のメソッド
ルートケース例外を取得します。
getTokenArray(String, String) - class org.phosphoresce.contentnotifier.util.StringUtil の static メソッド
指定された文字列を指定されたデリミタ文字で区切り、配列として返却します。
getValue(String, String) - class org.phosphoresce.contentnotifier.util.PropertiesUtil の static メソッド
指定されたプロパティファイルの指定されたキーの値を取得します。

H

hasParent() - class org.phosphoresce.contentnotifier.exception.ContentCheckException のメソッド
ルートケース例外を保持するか判定します。
hasParent() - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のメソッド
ルートケース例外を保持するか判定します。
hasParent() - class org.phosphoresce.contentnotifier.exception.MailSendingException のメソッド
ルートケース例外を保持するか判定します。
hasParent() - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のメソッド
ルートケース例外を保持するか判定します。
hasParent() - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のメソッド
ルートケース例外を保持するか判定します。

I

IllegalSettingException - exception org.phosphoresce.contentnotifier.exception.IllegalSettingException.
設定のストア処理時の例外クラス
IllegalSettingException() - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のコンストラクタ
コンストラクタ
IllegalSettingException(String, Throwable) - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のコンストラクタ
コンストラクタ
IllegalSettingException(String) - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のコンストラクタ
コンストラクタ
IllegalSettingException(Throwable) - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のコンストラクタ
コンストラクタ
isEmpty(String) - class org.phosphoresce.contentnotifier.util.StringUtil の static メソッド
指定された値が空であるか判定します。
isMailDebug() - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール送信時デバッグフラグを取得します。
isOnerrorCall() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール送信フラグを取得します。
isOnerrorStacktrace() - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のスタックトレース出力フラグを取得します。

M

MailSendingException - exception org.phosphoresce.contentnotifier.exception.MailSendingException.
メール送信処理時の例外クラス
MailSendingException() - class org.phosphoresce.contentnotifier.exception.MailSendingException のコンストラクタ
コンストラクタ
MailSendingException(String, Throwable) - class org.phosphoresce.contentnotifier.exception.MailSendingException のコンストラクタ
コンストラクタ
MailSendingException(String) - class org.phosphoresce.contentnotifier.exception.MailSendingException のコンストラクタ
コンストラクタ
MailSendingException(Throwable) - class org.phosphoresce.contentnotifier.exception.MailSendingException のコンストラクタ
コンストラクタ
MailSetting - class org.phosphoresce.contentnotifier.setting.MailSetting.
メール送信用情報保持クラス
MailSetting() - class org.phosphoresce.contentnotifier.setting.MailSetting のコンストラクタ
コンストラクタ
MailSetting(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のコンストラクタ
コンストラクタ
MailUtil - class org.phosphoresce.contentnotifier.util.MailUtil.
メール処理操作を提供するユーティリティクラス
main(String[]) - class org.phosphoresce.contentnotifier.ContentNotifier の static メソッド
指定されたプロパティファイルの起動情報を元にJavaアプリケーションを実行します。

N

NotifyExecuteException - exception org.phosphoresce.contentnotifier.exception.NotifyExecuteException.
通知処理時の例外クラス
NotifyExecuteException() - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のコンストラクタ
コンストラクタ
NotifyExecuteException(String, Throwable) - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のコンストラクタ
コンストラクタ
NotifyExecuteException(String) - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のコンストラクタ
コンストラクタ
NotifyExecuteException(Throwable) - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のコンストラクタ
コンストラクタ
NotifySetting - class org.phosphoresce.contentnotifier.setting.NotifySetting.
通知処理情報保持クラス
NotifySetting() - class org.phosphoresce.contentnotifier.setting.NotifySetting のコンストラクタ
コンストラクタ
NotifySetting(String) - class org.phosphoresce.contentnotifier.setting.NotifySetting のコンストラクタ
コンストラクタ

O

org.phosphoresce.contentnotifier - package org.phosphoresce.contentnotifier
 
org.phosphoresce.contentnotifier.exception - package org.phosphoresce.contentnotifier.exception
 
org.phosphoresce.contentnotifier.setting - package org.phosphoresce.contentnotifier.setting
 
org.phosphoresce.contentnotifier.strategy - package org.phosphoresce.contentnotifier.strategy
 
org.phosphoresce.contentnotifier.util - package org.phosphoresce.contentnotifier.util
 

P

PROPERTIES_MAIL_SMTP - class org.phosphoresce.contentnotifier.util.MailUtil の static 変数
JavaMail環境変数キー : SMTPサーバ
PROPERTY_DELIM - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティ定義デリミタ文字
PROPERTY_MAIL_ADDRESS_FROM - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 送信元アドレス
PROPERTY_MAIL_ADDRESS_TO - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 送信先アドレス
PROPERTY_MAIL_ATTACH - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : メール添付ファイル
PROPERTY_MAIL_CHARSET - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 送信文字コード
PROPERTY_MAIL_DEBUG - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : メール送信時デバッグフラグ
PROPERTY_MAIL_SMTP - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : SMTPサーバ
PROPERTY_MAIL_SUBJECT - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : メール題名
PROPERTY_MAIL_TEMPLATE - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : メール本文テンプレート
PROPERTY_MAIL_TEMPLATE_FILE - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : メール本文テンプレートファイル
PROPERTY_NOTIFY_CHECK_STRATEGY - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理に使用するチェッククラス
PROPERTY_NOTIFY_CHECK_STRATEGY_PROPERTIES - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理に使用するチェッククラスに使用する設定プロパティファイル
PROPERTY_NOTIFY_MAIL_PROPERTIES - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理に使用するメール設定定義プロパティファイル名
PROPERTY_NOTIFY_NAME - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理名
PROPERTY_NOTIFY_ONERROR_ADDRESS_FROM - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時のメール送信元
PROPERTY_NOTIFY_ONERROR_ADDRESS_TO - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時のメール送信先
PROPERTY_NOTIFY_ONERROR_CALL - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時のメール送信フラグ
PROPERTY_NOTIFY_ONERROR_LOGFILE - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時の出力ログファイル名
PROPERTY_NOTIFY_ONERROR_MESSAGE - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時のメッセージ
PROPERTY_NOTIFY_ONERROR_STACKTRACE - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時のスタックトレース出力フラグ
PROPERTY_NOTIFY_ONERROR_SUBJECT - interface org.phosphoresce.contentnotifier.ContentNotifierConstants の static 変数
プロパティキー : 通知処理時にエラーが発生した時のメール題名
PropertiesLoadException - exception org.phosphoresce.contentnotifier.exception.PropertiesLoadException.
プロパティファイル読み込み時の例外クラス
PropertiesLoadException() - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のコンストラクタ
コンストラクタ
PropertiesLoadException(String, Throwable) - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のコンストラクタ
コンストラクタ
PropertiesLoadException(String) - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のコンストラクタ
コンストラクタ
PropertiesLoadException(Throwable) - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のコンストラクタ
コンストラクタ
PropertiesUtil - class org.phosphoresce.contentnotifier.util.PropertiesUtil.
プロパティファイルアクセスユーティリティクラス
printStackTrace() - class org.phosphoresce.contentnotifier.exception.ContentCheckException のメソッド
 
printStackTrace(PrintStream) - class org.phosphoresce.contentnotifier.exception.ContentCheckException のメソッド
 
printStackTrace(PrintWriter) - class org.phosphoresce.contentnotifier.exception.ContentCheckException のメソッド
 
printStackTrace() - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のメソッド
 
printStackTrace(PrintStream) - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のメソッド
 
printStackTrace(PrintWriter) - class org.phosphoresce.contentnotifier.exception.IllegalSettingException のメソッド
 
printStackTrace() - class org.phosphoresce.contentnotifier.exception.MailSendingException のメソッド
 
printStackTrace(PrintStream) - class org.phosphoresce.contentnotifier.exception.MailSendingException のメソッド
 
printStackTrace(PrintWriter) - class org.phosphoresce.contentnotifier.exception.MailSendingException のメソッド
 
printStackTrace() - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のメソッド
 
printStackTrace(PrintStream) - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のメソッド
 
printStackTrace(PrintWriter) - class org.phosphoresce.contentnotifier.exception.NotifyExecuteException のメソッド
 
printStackTrace() - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のメソッド
 
printStackTrace(PrintStream) - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のメソッド
 
printStackTrace(PrintWriter) - class org.phosphoresce.contentnotifier.exception.PropertiesLoadException のメソッド
 

R

replace(String, String, String) - class org.phosphoresce.contentnotifier.util.StringUtil の static メソッド
指定された文字列内の指定された文字を置換して提供します。

S

StringUtil - class org.phosphoresce.contentnotifier.util.StringUtil.
文字列操作ユーティリティクラス
send(MailSetting) - class org.phosphoresce.contentnotifier.util.MailUtil の static メソッド
指定されたMailSettingオブジェクトを元にメールを送信します。
setCheckStrategy(CheckStrategy) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
チェック処理クラスを設定します。
setDate(Date) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
処理日付を設定します。
setMailAddressFrom(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
送信元アドレスを設定します。
setMailAddressTo(String[]) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
送信先アドレス配列を設定します。
setMailAttach(String[]) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール添付ファイルパス配列を設定します。
setMailCharset(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール文字コードを設定します。
setMailDate(Date) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
送信日付を設定します。
setMailDebug(boolean) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール送信時デバッグフラグを設定します。
setMailSetting(MailSetting) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
メール設定を設定します。
setMailSmtp(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
SMTPサーバを設定します。
setMailSubject(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール題名を設定します。
setMailTemplate(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール本文テンプレートを設定します。
setMailTemplateFile(String) - class org.phosphoresce.contentnotifier.setting.MailSetting のメソッド
メール本文テンプレートファイルを設定します。
setName(String) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
処理名称を設定します。
setOnerrorAddressFrom(String) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール送信元アドレスを設定します。
setOnerrorAddressTo(String[]) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール送信先アドレスを設定します。
setOnerrorCall(boolean) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール送信フラグを設定します。
setOnerrorLogfile(String) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時の出力ログファイルパスを設定します。
setOnerrorMessage(String) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメッセージを設定します。
setOnerrorStacktrace(boolean) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のスタックトレース出力フラグを設定します。
setOnerrorSubject(String) - class org.phosphoresce.contentnotifier.setting.NotifySetting のメソッド
エラー発生時のメール表題を設定します。

B C D G H I M N O P R S
content-notifier
b2006102501