public class Provider extends ObjectSE
修飾子と型 | クラスと説明 |
---|---|
static class | Provider.Type この内部クラスは、プロバイダー型を定義します。 |
コンストラクターと説明 |
---|
Provider(Provider.Type type, StringSE protocol, StringSE classname, StringSE vendor, StringSE version) 指定されたプロトコルに対して指定された型の新しいプロバイダーを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getClassName() プロトコルを実装するクラスの名前を返します。 |
StringSE | getProtocol() このプロバイダーでサポートされているプロトコルを返します。 |
Provider.Type | getType() このプロバイダーの型を返します。 |
StringSE | getVendor() この実装に関連付けられているベンダーの名前または null を返します。 |
StringSE | getVersion() この実装のバージョンを返します。バージョンがない場合は null を返します。 |
StringSE | toString() Object.toString() をオーバーライドします |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public Provider(Provider.Type type, StringSE protocol, StringSE classname, StringSE vendor, StringSE version)
type
- Type.STORE または Type.TRANSPORTprotocol
- 型の有効なプロトコル classname
- このプロトコルを実装するクラス名 vendor
- ベンダーを識別するオプションの文字列 (null の可能性があります)version
- オプションの実装バージョン文字列 (null の可能性があります)public Provider.Type getType()
public StringSE getProtocol()
public StringSE getClassName()
public StringSE getVendor()
public StringSE getVersion()
public StringSE toString()
ObjectSE
の toStringSE
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.