public class GlobalCacheIrDatabase extends DatabaseImporter implements IRemoteSetImporter
| Modifier and Type | Field and Description |
|---|---|
static String |
globalCacheIrDatabaseHost |
| Constructor and Description |
|---|
GlobalCacheIrDatabase(String apiKey,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCodeset(String manufacturerKey,
String deviceTypeKey) |
ArrayList<Command> |
getCommands(String manufacturerKey,
String deviceTypeKey,
String codeSet) |
Collection<String> |
getDeviceTypes(String manufacturerKey) |
String |
getFormatName() |
Collection<String> |
getManufacturers() |
RemoteSet |
getRemoteSet() |
void |
load(String manufacturerKey,
String deviceTypeKey,
String codeSet) |
static void |
main(String[] args) |
void |
setVerbose(boolean verbose) |
addCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getEndingTimeout, getFallbackFrequency, getHomeUrl, getOrigin, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeDecodeIr, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommand, getCommands, getConcatenatedCommandspublic static final String globalCacheIrDatabaseHost
public GlobalCacheIrDatabase(String apiKey, boolean verbose)
public void setVerbose(boolean verbose)
public Collection<String> getManufacturers() throws IOException
IOExceptionpublic Collection<String> getDeviceTypes(String manufacturerKey) throws IOException
IOExceptionpublic Collection<String> getCodeset(String manufacturerKey, String deviceTypeKey) throws IOException
IOExceptionpublic ArrayList<Command> getCommands(String manufacturerKey, String deviceTypeKey, String codeSet) throws IOException
IOExceptionpublic void load(String manufacturerKey, String deviceTypeKey, String codeSet) throws IOException
IOExceptionpublic RemoteSet getRemoteSet()
getRemoteSet in interface IRemoteSetImporterpublic static void main(String[] args)
public String getFormatName()
getFormatName in interface IImporterCopyright © 2015. All rights reserved.