org.harctoolbox.irscrutinizer.exporter
Class IctExporter
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.CommandExporter
org.harctoolbox.irscrutinizer.exporter.IctExporter
- All Implemented Interfaces:
- ICommandExporter
public class IctExporter
- extends CommandExporter
- implements ICommandExporter
This class performs export in the IrScope ICT format.
| Fields inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter |
exportDir |
|
Constructor Summary |
IctExporter(java.io.File exportDir)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IctExporter
public IctExporter(java.io.File exportDir)
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.Command command,
java.lang.String source,
java.lang.String title,
int count,
java.io.File exportFile)
throws org.harctoolbox.IrpMaster.IrpMasterException,
java.io.FileNotFoundException
- Specified by:
export in interface ICommandExporter- Specified by:
export in class CommandExporter
- Throws:
org.harctoolbox.IrpMaster.IrpMasterException
java.io.FileNotFoundException