yt4droid
クラス YoutubeFactory

java.lang.Object
  上位を拡張 yt4droid.YoutubeFactory

public class YoutubeFactory
extends java.lang.Object

A factory class for yt4droid

作成者:
Harioroid

コンストラクタの概要
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
 

コンストラクタの詳細

YoutubeFactory

public YoutubeFactory()
Create YoutubeFactory instance with the root configuration.


YoutubeFactory

public YoutubeFactory(Configuration conf)
Create YoutubeFactory instance with the configuration.

メソッドの詳細

getInstance

public Youtube getInstance()
Returns a instance associated with the configuration bound to this factory.

戻り値:
Youtube

getInstance

public Youtube getInstance(AccessToken accessToken)
Returns a instance associated with the accessToken.

パラメータ:
accessToken -
戻り値:
Youtube

getSingleton

public static Youtube getSingleton()
Returns default instance of Youtube.

戻り値:
Youtube