TV-Browser 3.3.3 API

tvbrowser.extras.common
Class InternalPluginProxyList

java.lang.Object
  extended by tvbrowser.extras.common.InternalPluginProxyList

public class InternalPluginProxyList
extends java.lang.Object

A class that contains all available internal plugin proxys. Add all internal plugin proxys to this list.

Since:
2.6
Author:
René Mach

Method Summary
 InternalPluginProxyIf[] getAvailableProxys()
          Gets all available internal plugin proxies.
static InternalPluginProxyList getInstance()
          Gets the instance of this class.
 InternalPluginProxyIf getProxyForId(java.lang.String id)
          Gets the internal plugin proxy for the given id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InternalPluginProxyList getInstance()
Gets the instance of this class. If there is no instance it will be created.

Returns:
The instance of this class.

getAvailableProxys

public InternalPluginProxyIf[] getAvailableProxys()
Gets all available internal plugin proxies.

Returns:
All available internal plugin proxies.

getProxyForId

public InternalPluginProxyIf getProxyForId(java.lang.String id)
Gets the internal plugin proxy for the given id.

Parameters:
id - The id to get the internal plugin proxy for.
Returns:
The internal plugin proxy for the given id or null if the id was not found.

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)