java.lang.Object
com.tuneology.irremote.IRRemote
- public class IRRemote
- extends java.lang.Object
This class is the interface for listing and instantiating IR components.
- Version:
- $Id: IRRemote.java,v 1.3 2002/11/06 09:25:04 xnarf Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
private static final java.lang.String version
- See Also:
- Constant Field Values
osName
private static java.lang.String osName
isLinux
private static boolean isLinux
IRRemote
private IRRemote()
newIRComponent
public static IRComponent newIRComponent(java.lang.Class cl,
java.lang.String arg)
throws java.lang.NoSuchMethodException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Creates a new instance of a Remote Control device.
getComponentTypes
public static java.lang.Class[] getComponentTypes()
- Returns an array of all the supported remote control types.
getVersions
public static java.lang.String getVersions()