org.harctoolbox.irscrutinizer.exporter
Class DynamicCommandExportFormat
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
org.harctoolbox.irscrutinizer.exporter.DynamicCommandExportFormat
- All Implemented Interfaces:
- ICommandExporter
public class DynamicCommandExportFormat
- extends RemoteSetExporter
- implements ICommandExporter
This class does something interesting and useful. Or not...
| Fields inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter |
exportDir |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicCommandExportFormat
public DynamicCommandExportFormat(org.w3c.dom.Element el,
java.io.File exportDir)
considersRepetitions
public boolean considersRepetitions()
- Specified by:
considersRepetitions in interface ICommandExporter- Overrides:
considersRepetitions in class RemoteSetExporter
getFileExtensions
public java.lang.String[][] getFileExtensions()
- Specified by:
getFileExtensions in class Exporter
getFormatName
public java.lang.String getFormatName()
- Specified by:
getFormatName in interface ICommandExporter- Specified by:
getFormatName in class Exporter
getPreferredFileExtension
public java.lang.String getPreferredFileExtension()
- Specified by:
getPreferredFileExtension in interface ICommandExporter- Specified by:
getPreferredFileExtension in class Exporter
export
public void export(org.harctoolbox.girr.RemoteSet remoteSet,
java.lang.String title,
int noRepeats,
java.io.File saveFile)
throws org.harctoolbox.IrpMaster.IrpMasterException,
java.io.FileNotFoundException,
java.io.IOException
- Specified by:
export in class RemoteSetExporter
- Throws:
org.harctoolbox.IrpMaster.IrpMasterException
java.io.FileNotFoundException
java.io.IOException