|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.mail.Provider
public final class Provider
Provider はプロトコル実装を説明するクラスです。 値は javamail.providers 及び javamail.default.providers リソースファイルから取得します。
入れ子のクラスの概要 | |
---|---|
static class |
Provider.Type
この内部クラスは Provider タイプを定義します。 |
コンストラクタの概要 | |
---|---|
Provider(Provider.Type type,
String protocol,
String classname,
String vendor,
String version)
Package-private constructor for the Provider class. |
メソッドの概要 | |
---|---|
String |
getClassName()
プロトコルを実装するクラスの名前を返します。 |
String |
getProtocol()
この Provider がサポートするプロトコルを返します。 |
Provider.Type |
getType()
この Provider のタイプを返します。 |
String |
getVendor()
この実装に関連付けられたベンダー名又は null を返します。 |
String |
getVersion()
この実装のバージョンか、バージョンがない場合は null を返します。 |
String |
toString()
Object.toString() をオーバーライドします。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public Provider(Provider.Type type, String protocol, String classname, String vendor, String version)
type
- Type.STORE 又は Type.TRANSPORTprotocol
- valid protocol for the typeclassname
- class name that implements this protocolvendor
- optional string identifying the vendor (may be null)version
- optional implementation version string (may be null)メソッドの詳細 |
---|
public Provider.Type getType()
public String getProtocol()
public String getClassName()
public String getVendor()
public String getVersion()
public String toString()
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |