org.harctoolbox.irscrutinizer.importer
Class RemoteSetImporter

java.lang.Object
  extended by org.harctoolbox.irscrutinizer.importer.Importer
      extended by org.harctoolbox.irscrutinizer.importer.FileImporter
          extended by org.harctoolbox.irscrutinizer.importer.ReaderImporter
              extended by org.harctoolbox.irscrutinizer.importer.RemoteSetImporter
All Implemented Interfaces:
ICommandImporter, IImporter, IRemoteSetImporter
Direct Known Subclasses:
CcfImporter, CsvImporter, GirrImporter, IctImporter, LircImporter, RawLineImporter, RmduImporter, XcfImporter

public abstract class RemoteSetImporter
extends ReaderImporter
implements IRemoteSetImporter

This class does something interesting and useful. Or not...


Field Summary
protected  org.harctoolbox.girr.RemoteSet remoteSet
           
 
Fields inherited from class org.harctoolbox.irscrutinizer.importer.Importer
creatingUser, fallbackFrequency, generateCcf, generateRaw, invokeDecodeIr, origin
 
Constructor Summary
RemoteSetImporter()
           
 
Method Summary
 org.harctoolbox.girr.RemoteSet getRemoteSet()
           
protected  void setupCommands()
           
protected  org.harctoolbox.girr.Remote setupRemote()
           
protected  void setupRemoteSet()
           
protected  void setupRemoteSet(org.harctoolbox.girr.Remote remote)
           
 
Methods inherited from class org.harctoolbox.irscrutinizer.importer.ReaderImporter
load, load, load, load, load, load
 
Methods inherited from class org.harctoolbox.irscrutinizer.importer.FileImporter
canImportDirectories, dumbLoad, getFileExtensions, loadFileSelector
 
Methods inherited from class org.harctoolbox.irscrutinizer.importer.Importer
addCommand, addCommands, clearCommands, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getHomeUrl, getOrigin, prepareLoad, setCreatingUser, setFallbackFrequency, setGenerateCcf, setGenerateRaw, setInvokeDecodeIr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.harctoolbox.irscrutinizer.importer.ICommandImporter
getCommand, getCommands, getConcatenatedCommands
 
Methods inherited from interface org.harctoolbox.irscrutinizer.importer.IImporter
getFormatName, setCreatingUser, setFallbackFrequency, setGenerateCcf, setGenerateRaw, setInvokeDecodeIr
 

Field Detail

remoteSet

protected org.harctoolbox.girr.RemoteSet remoteSet
Constructor Detail

RemoteSetImporter

public RemoteSetImporter()
Method Detail

getRemoteSet

public org.harctoolbox.girr.RemoteSet getRemoteSet()
Specified by:
getRemoteSet in interface IRemoteSetImporter

setupRemote

protected org.harctoolbox.girr.Remote setupRemote()

setupRemoteSet

protected void setupRemoteSet(org.harctoolbox.girr.Remote remote)

setupRemoteSet

protected void setupRemoteSet()

setupCommands

protected void setupCommands()