|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectyt4droid.YoutubeFactory
public class YoutubeFactory
A factory class for yt4droid
| コンストラクタの概要 | |
|---|---|
YoutubeFactory()
Create YoutubeFactory instance with the root configuration. |
|
YoutubeFactory(Configuration conf)
Create YoutubeFactory instance with the configuration. |
|
| メソッドの概要 | |
|---|---|
Youtube |
getInstance()
Returns a instance associated with the configuration bound to this factory. |
Youtube |
getInstance(AccessToken accessToken)
Returns a instance associated with the accessToken. |
static Youtube |
getSingleton()
Returns default instance of Youtube. |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public YoutubeFactory()
public YoutubeFactory(Configuration conf)
| メソッドの詳細 |
|---|
public Youtube getInstance()
public Youtube getInstance(AccessToken accessToken)
accessToken -
public static Youtube getSingleton()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||