public class ContentSourceContainer
extends java.lang.Object
コンストラクタと説明 |
---|
ContentSourceContainer(java.util.List sources)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
destroy()
終了処理を行う
|
ContentSource |
getContentSource(java.lang.String key)
Keyに対応するContentSourceを取得する
|
ContentSource[] |
getContentSources()
すべてのContentSourceの配列を返す。
|
public ContentSourceContainer(java.util.List sources)
sources
- ContentSourceのリストpublic ContentSource getContentSource(java.lang.String key)
key
- ContentSourceの識別キーpublic ContentSource[] getContentSources()
public void destroy()