public class LircImporter extends RemoteSetImporter implements IReaderImporter, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
homeUrl |
static String |
remotesUrl |
remoteSet| Constructor and Description |
|---|
LircImporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canImportDirectories() |
String[][] |
getFileExtensions() |
String |
getFormatName() |
void |
load(File file,
String origin,
String charsetName) |
void |
load(InputStream inputStream,
String origin,
String charsetName) |
void |
load(Reader reader,
String origin) |
void |
load(String input,
String origin)
If the argument can be parsed as an URL string, load from its content.
|
void |
setRejectLircCode(boolean newRejectLircCode) |
getRemoteSet, setupCommands, setupRemote, setupRemoteSet, setupRemoteSetload, load, loaddumbLoad, getFileExtensions, load, loadFileSelector, possiblyZipLoadaddCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getEndTimeout, getFallbackFrequency, getHomeUrl, getOrigin, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeDecodeIr, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, load, loadgetFileExtensions, load, loadFileSelector, possiblyZipLoadgetCommand, getCommands, getConcatenatedCommandspublic static final String remotesUrl
public static final String homeUrl
public void setRejectLircCode(boolean newRejectLircCode)
public void load(InputStream inputStream, String origin, String charsetName) throws IOException
load in interface IReaderImporterload in class ReaderImporterIOExceptionpublic void load(String input, String origin) throws IOException
IReaderImporterload in interface IReaderImporterload in class ReaderImporterIOExceptionpublic void load(File file, String origin, String charsetName) throws IOException
load in class ReaderImporterIOExceptionpublic void load(Reader reader, String origin) throws IOException
load in interface IReaderImporterload in class ReaderImporterIOException - Generic IO error.public boolean canImportDirectories()
canImportDirectories in interface IFileImportercanImportDirectories in class FileImporterpublic String[][] getFileExtensions()
getFileExtensions in interface IFileImportergetFileExtensions in class FileImporterpublic String getFormatName()
getFormatName in interface IImporterCopyright © 2016. All rights reserved.